为什么调试不起,visual c++

怎么弄
2025-06-28 06:08:59
推荐回答(1个)
回答1:

不是调试不了,是运行完就结束了,如果要调试,加断点,如果只是看结果保留命令窗口可以在main最后加system("pause");