|
This section contains descriptions and examples of C and C++ programs.
|
|
A simple c program on linux. Compiled with the command
$gcc simple.c
the output is a.out (by default).
To run the program just type a.out on the command line. This was done in my $HOME/bin directory.
|
|