Re: Using scanw Ncurses in D lang

2019-06-15 Thread ag0aep6g via Digitalmars-d-learn
On 15.06.19 23:20, Gabol wrote: example: scanw("% i", & number); // The compiler accuses error. Error: function deimos.ncurses.curses.scanw(char* fmt, ...) is not callable using argument types (string, int*) source/app.d(8,14):    cannot pass argument "0" of type string to parameter char*

Using scanw Ncurses in D lang

2019-06-15 Thread Gabol via Digitalmars-d-learn
how can I use the scanw() function; of the ncurses of the deimos.ncurses project since the conventional mode does not work example: scanw("% i", & number); // The compiler accuses error. Error: function deimos.ncurses.curses.scanw(char* fmt, ...) is not callable using argument types (string,