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...
It is not compiling simple code.
#include<iostream>
using namespace std;
void main()
{
cout << "Good morning";
}
How to get it working?
Continue reading...