c++ - Visual Studio 2015 "Hello World"多个错误

标签 c++ visual-c++ visual-studio-2015

我使用的是 visual studio 2015 update 1,我在非常简单的控制台应用程序上收到 448 错误。我该如何修复这些错误。我以前没有这个问题(visual studio 2013 工作正常。)

#include "stdafx.h"  
#include <iostream>  

using namespace std;  

int main()  
{
    cout << "Hello World";  
    return 0;  
}

enter image description here enter image description here

最佳答案

我的问题通过重新安装 visual studio update 1 解决了 I thank this user: ulrich-eckhardt

enter image description here

关于c++ - Visual Studio 2015 "Hello World"多个错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35243276/

相关文章:

c++ - 静态函数有什么用?

c++ - 如何使用 MPI 发送和接收字符串

c++ - boost::shared_ptr 的析构函数阻塞了唯一的线程

c# - UWP 无法将目标设置为 Windows 10240

c# - 如何防止 HttpWebRequest 因 Azure Web App 超时而响应过长

c# - 您必须添加对程序集的引用…而无需web.config文件

模板参数上的 C++ 函数模板重载

winforms - 如何在 Visual C++ 中为窗体设置渐变背景色?

c++ - 如何使用WINAPI (C++) 执行 sleep 状态S1

c# - 将整数数组传递给 C++ DLL