The details of the software tools to write programs in C++ varies quite a bit between vendors. Lets get into the habit of making new projects. Start up CodeBlocks and make a new project
Start => Programs => CodeBlocks => CodeBlocksIf a compiler choice window pops open, click to accept the default GCC.&nbs; In tne CodeBlocks window select the following to create a new project:
File => New => Project...In the "New from Template" window that apprears next, click to select the Console Application icon and click 'Go' and then 'Next' to proceeed.






