在dev-c++中输入了system("pause"),输出的时候为什么没有"press any key to continue"呢?
迷茫2017-04-17 14:22:55
1. Try running your program in the cmd
window and see if the output is normal.
2. system("pause")
means executing the pause
command. You can directly try what is output.