Code Examples
Shell
C++
-
helloWorld!
-
command-line arguments : argc/argv, opening files, string to integer conversion, read/write characters
-
reverse words : argc/argv, I/O, string, list
-
iterators - iterators.cc
-
forward declarations -
A.h,
A.cc,
B.h,
B.cc,
ABdriver.cc
-
macro for printing debug print statements and
usage
- complex number example
complex.h,
complex.cc,
and usage complexdriver.cc
-
pseudo randon number generator and
usage
-
universal Makefiles for a single
or multiple programs