Windows console api
I'm not that experienced in windows programming and want to know what api windows uses for making a text user interface in c, the way that ncurses does on unix-based systems. Is it part of the win32 api? W开发者_JAVA百科here can I get more information?
There's the windows console api.
And, you can always get ncurses for windows.
精彩评论