|
-
Sep 4th, 2007, 01:28 AM
#1
Thread Starter
PowerPoster
[RESOLVED] [Need immediate help] How to start work with?
I used MS Visual Studio .Net 2003. I want to know how to start work on C++ source file. I'm confusing with that how to select the project type. I want to test the following simple code.
Code:
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|