简体   繁体   English

c控制台api Windows

[英]c console api windows

I have: Windows OS and installed Mingw. 我有:Windows操作系统,并安装了Mingw。 I need: API to make console applications. 我需要:用于制作控制台应用程序的API。 I only know cstdio functions, but I want more powerful interface to control input/output. 我只知道cstdio函数,但是我想要更强大的界面来控制输入/输出。

Any suggestions? 有什么建议么?

Thx. 谢谢。

MSDN has information on all of the Win32 native console functions . MSDN包含有关所有Win32本机控制台功能的信息 Obviously, code that uses this API will not be portable. 显然,使用此API的代码将不可移植。

尝试NCurses

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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