The above code won't compileOriginally Posted by kempofighter
- std:: is missing in front of endl ... i.e. it should be:
Code:std::cout << "Start writing program here!" << std::endl;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: c++ project problemThreaded View
|
Click Here to Expand Forum to Full Width |