Friday, 3 January 2014

How to start and save a cpp program

A normal cpp program can  be written in either turbo c or c++ editor.To download Turbo c or c++ editor click the link below

Download turbo c++

To create a new file in c++ editor, Click on file->new.
To open a file click on file->open or press F3.

To save a cpp file click on file->save or press F2.A cpp file must be saved with the extension .cpp

Example: sample.cpp.

No comments:

Post a Comment