I've been trying to learn it also, but studying alone makes me get bored of it easily. Anyone interested in learning C++ in a group? it'll be so CACHE (lol, get it?)!
:(
Name:
Anonymous2008-06-03 22:50
>>55,56
Objective-C is by far the best OO superset of C. It's clean, simple, easy to understand, and way more flexible and expressive than C++ (and Java, for that matter) will ever be. And it has pointers. Andsemi-automatic memory management. However, its kind of dynamic dispatch (the same as Python's, Ruby's, Smalltalk's, etc.) is considerably slower than C++'s kind (the same as Java's, C#'s, Object Pascal's, etc.).