How do i start a new project in c++ 5.0 and where i begin type my commands??????
please
[email protected]
Printable View
How do i start a new project in c++ 5.0 and where i begin type my commands??????
please
[email protected]
I'm assuming you're just using normal console C++ -- go File->New and choose the Projects Tab. You want a Win32 Console Application :)
Then, go File->New and choose the File Types (I think) tab, and select C++ Source. Make sure it adds it to the current project, and press OK. Then you can start writing your code :)