-->
C/C++ Programming
   Programming
       Java
       JavaScript
       Applets
       HTML
       XML
       C/C++
       Batch

This section contains descriptions and examples of C and C++ programs.
c compiler
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.



this page last updated 7/15/03