简体   繁体   中英

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? Where can I get more information?

There's the windows console api .

And, you can always get ncurses for windows .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM