Difference between revisions of "StartingC"
Jump to navigation
Jump to search
m (Protected "StartingC" [edit=sysop:move=sysop]) |
|||
Line 1: | Line 1: | ||
+ | [[Category:Pragmatic Programming]] | ||
+ | '''startingC: Learning the C Programming Language''' | ||
+ | |||
<pre> | <pre> | ||
svn export http://source.ggy.bris.ac.uk/subversion-open/startingC/trunk ./startingC | svn export http://source.ggy.bris.ac.uk/subversion-open/startingC/trunk ./startingC |
Revision as of 20:55, 4 June 2008
startingC: Learning the C Programming Language
svn export http://source.ggy.bris.ac.uk/subversion-open/startingC/trunk ./startingC
A Quintessential Start
cd examples/example1
we will be using make
make
and run the classic program
./hello.exe