Difference between revisions of "StartingC"

From SourceWiki
Jump to navigation Jump to search
m (Unprotected "StartingC")
Line 3: Line 3:
  
 
<pre>
 
<pre>
svn export http://source.ggy.bris.ac.uk/subversion-open/startingC/trunk ./startingC
+
svn co http://source.ggy.bris.ac.uk/subversion-open/startingC/trunk ./startingC
 
</pre>
 
</pre>
  
Line 9: Line 9:
  
 
<pre>
 
<pre>
cd examples/example1
+
cd startingC/examples/example1
 
</pre>
 
</pre>
  

Revision as of 15:56, 18 August 2009

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