VS2015编写C语言老是错误。
visualstudio吧
全部回复
仅看楼主
level 3
vip光环 楼主
VS2015编写C语言老是错误。
2017年12月11日 06点12分 1
level 1
你没有让程序暂停,可以加一个getchar();
或加stdlib.h 中的system("pause");
要么最后直接一个while(1);
来试试
2017年12月15日 13点12分 2
用vs时,新建项目时要把安全生命周期检查去掉
2017年12月15日 13点12分
1