PDA

Click to See Complete Forum and Search --> : Start a new projet


SnowKing3k
Apr 30th, 2001, 04:30 PM
How do i start a new project in c++ 5.0 and where i begin type my commands??????

please

SnowKing3k@hotmail.com

parksie
Apr 30th, 2001, 04:47 PM
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 :)