Editing C/C++ source files
To create C/C++ source programs, you can use any text editor available on your system, such as vi or emacs.
Source programs must be saved using a recognized file name suffix. .
For a C or C++ source program to be a valid program, it must conform to the language definitions specified in the C and C++ language standards.