Ahh I remember being a junior in college thinking to myself, "I %&*#& hate C." I did, I hated C solely because I frequently had to use pointers in my assignments and I didn't like them. I was use to the good ol' days of Java when you couldn't even see pointers (as far as I know or care).
You can imagine my joy when...
To start, I dug up a copy of Visual C++ 2008 express edition. Visual C++ was very highly recommended, so I figured it was best to listen... they are the teachers.
Lesson 1 of C++ Module I is working with the absolute basics of C++, I/O. Admittedly, I really haven't written many C++ console apps. My job usually requires that I fix...