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

17 lines
915 B
Markdown

---
layout: post
title: "A Foray into C++"
author: Daniel
date: 2004-06-17 00:00:48
categories:
- [ Linux, My Linux Adventure ]
- [ Programming, C++ ]
summary: 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...
[C Programming]: //www.cprogramming.com/tutorial.html
[CygWin]: //www.cygwin.com