c++ - Visual Studio 2015 "Hello World" Multiple Errors -


i'm using visual studio 2015 update 1 , 448 errors on simple console application. how can fix these errors. had not problem before (visual studio 2013 working properly.)

#include "stdafx.h"   #include <iostream>    using namespace std;    int main()   {     cout << "hello world";       return 0;   } 

enter image description here enter image description here

my problem solved reinstalling visual studio update 1 i thank user: ulrich-eckhardt

enter image description here


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -