标签: c++ visual-studio
我试图运行用C ++编写的代码,
#include <iostream> #include <pch.h> int main() { std::cout << "Hello World!"; }
在Blend for Visual Studio 2015中,成功构建并运行启动而没有调试输出只是一个没有hello world的白色屏幕弹出。我学习了c ++,这是我遇到的。
有人在视觉工作室有这样的经历吗?