Link to home
Start Free TrialLog in
Avatar of jtiernan2008
jtiernan2008

asked on

new to Visual Studio and c++ and cant run my first program

new to Visual Studio and c++ and cant run my first program
when compile program below I get error as per the screeshot


#include <iostream.h>
 
int main() {
 
	cout << "Hello World!!! \n";
 
	return 0;
 
}

Open in new window

screener.png
Avatar of jtiernan2008
jtiernan2008

ASKER

anyone?
ASKER CERTIFIED SOLUTION
Avatar of LordOfPorts
LordOfPorts
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial