StartingC
Revision as of 15:56, 18 August 2009 by GethinWilliams (talk | contribs)
startingC: Learning the C Programming Language
svn co http://source.ggy.bris.ac.uk/subversion-open/startingC/trunk ./startingC
A Quintessential Start
cd startingC/examples/example1
we will be using make
make
and run the classic program
./hello.exe