简体   繁体   中英

c console api windows

I have: Windows OS and installed Mingw. I need: API to make console applications. I only know cstdio functions, but I want more powerful interface to control input/output.

Any suggestions?

Thx.

MSDN has information on all of the Win32 native console functions . Obviously, code that uses this API will not be portable.

尝试NCurses

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