[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

baby steps



Group-
Here is some C++ source code that members of this list might find
interesting.  Comments/questions/suggestions/the sound of breathing so that
I will know there are still people on this list/etc... are encouraged.  You
should be able to compile it with "gcc -o tutorial main.cc graphic.cc
-lstdc++"
-Brett
(See attached file: graphic.h)(See attached file: graphic.cc)(See attached
file: main.cc)

graphic.h

graphic.cc

main.cc