开发者

Windows console api

开发者 https://www.devze.com 2023-03-01 16:28 出处:网络
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 a

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消