Help with hello world C++ program please.! - TechRepublic
General discussion
September 28, 2007 at 05:11 AM
xsubxwooferx

Help with hello world C++ program please.!

by xsubxwooferx . Updated 17 years, 6 months ago

I put int his code…

int main()
{
cout << "Hello world"; end1; cout << "I want to be a programmer"; end1; cin.get() } The error is it needs a ";" after < in iostream whats up with that?

This discussion is locked

All Comments