C-language Course by C. Sawtell
(c) 1993 Christopher Sawtell
The whole text,
with ongoing modifications
for local purposes. The original is in 9 separate parts.
These are the original files. They are kept as plain text
with no changes to them. One must return here to go to
the next lesson.
c-lesson.1
c-lesson.2
c-lesson.3
c-lesson.4
c-lesson.5
c-lesson.6
c-lesson.7
c-lesson.8
c-lesson.9
COMPILATION of progname.c :
cc -o progname progname.c
when using mathematical functions, your code must contain
#include
cc -o progname progname.c -lm
Copyright notice:-
(c) 1993 Christopher Sawtell.
I assert the right to be known as the author, and owner of the
intellectual property rights of all the files in this material,
except for the quoted examples which have their individual
copyright notices. Permission is granted for onward copying,
but not modification, of this course and its use for personal
study only, provided all the copyright notices are left in the
text and are printed in full on any subsequent paper reproduction.
--
+----------------------------------------------------------------------+
| NAME Christopher Sawtell |
| SMAIL 215 Ollivier's Road, Linwood, Christchurch, 8001. New Zealand.|
| EMAIL chris@gerty.equinox.gen.nz |
| PHONE +64-3-389-3200 ( gmt +13 - your discretion is requested ) |
+----------------------------------------------------------------------+