c++ not compiling in visual studio 2017

  • Thread starter Thread starter Shilpa_Sakhare
  • Start date Start date
S

Shilpa_Sakhare

Guest
I have installed Visual studio 2017 recently.

It is not compiling simple code.

#include<iostream>
using namespace std;
void main()
{
cout << "Good morning";
}
How to get it working?

Continue reading...
 
Back
Top