Hi 儒雅的懂得111,
感谢在MSDN论坛发帖。
对于你的问题,我建议你使用以下两种方法。
1 使用Ctrl+F5调试运行,或者在结束前使用断点。
2 使用Sytem("pause"),例如:
#include<stdio.h>
int main()
{
printf("hello world !");
System("pause");
return 0;
}
希望对你有所帮助。
Best Regards,
Sera Yu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.