StartingC

From SourceWiki
Jump to navigation Jump to search

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