小编Sun*_*Kim的帖子

C中的"按任意键继续"功能

如何在C中创建一个可以作为"按任意键继续"的空函数?

我想做的是:

printf("Let the Battle Begin!\n");
printf("Press Any Key to Continue\n");
//The Void Function Here
//Then I will call the function that will start the game
Run Code Online (Sandbox Code Playgroud)

我正在使用Visual Studio 2012进行编译.

c

27
推荐指数
2
解决办法
14万
查看次数

标签 统计

c ×1