bitbadger.solutions-blog-theme/source/_posts/2004/a-foray-into-c-plus-plus.md
Daniel J. Summers 67dcb2f77c Initial import
brought over all the files from the Jekyll version, fixed categories,
reformatted for different markdown processor
2017-09-02 11:49:59 -05:00

915 B

layout title author date categories summary
post A Foray into C++ Daniel 2004-06-17 00:00:48
Linux
My Linux Adventure
Programming
C++
A bit of C++ knowledge should help when compiling programs for Linux

Compiling my own versions of programs when trying to get DVD stuff working intrigued me. I've tried a couple of times to teach myself C++, but hadn't really gotten that far. My understanding of some of the concepts has improved some, and I've also found a good set of tutorials on C Programming's web site. I went though the tutorials, and got some interesting things working. This was PC-based, using the CygWin Linux emulator. I actually understood everything I wrote, which is a very nice feeling! This knowledge should come in handy if I ever have trouble compiling something...