c - Windows console api -


i'm not experienced in windows programming , want know api windows uses making text user interface in c, way ncurses on unix-based systems. part of win32 api? can more information?

there's windows console api.

and, can ncurses windows.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -