Difference between revisions of "StartingC"

From SourceWiki
Jump to navigation Jump to search
m (Unprotected "StartingC")
(No difference)

Revision as of 15:50, 20 July 2009

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