【发布时间】:2021-10-03 08:05:24
【问题描述】:
尝试在 Visual Studio 中构建我的项目时,我得到了 following errors 的一部分 a random number generator。该程序在调试中编译和构建良好,但不是发布。有谁知道解决这个问题的方法吗?
【问题讨论】:
-
Please do not post images of code because they are hard to use. 代码应作为文本直接发布在您的问题中。
-
您在调试和发布时是否使用相同的
/std:设置? -
@Frank 我在哪里可以查看?
标签: c++ visual-c++ c++17