I'm teaching myself Mac OS X programming, and have decided to write all new Mac code in Objective-C using Cocoa. However, I have a very large library of C++ classes that I do not want to port to ...
I wanted to add MySQL functionality to the project I'm writing, but it doesn't seem be especially easy in this language... I downloaded a library called SMySQL, and added it as a framework. I thought ...