February 2010
1 post
5 tags
Adventures in C++: Disappearing Strings
The first project for my Distributed Systems class must be done in C++. The majority of my coding efforts, however, have been in C, Objective-C, or Java. And while this project could have easily been hacked together using, essentially, only C, I decided to take the three weeks we had for the project to learn to write the best C++ solution I could.
After a few days of fumbling around with...