PDA

View Full Version : Apple Technote -- C++ Tips & Tricks


OneSadCookie
2007.01.25, 09:53 PM
For those of you unfortunate enough to be writing large C++ programs, or C++ libraries:

http://developer.apple.com/technotes/tn2007/tn2185.html

PowerMacX
2007.01.26, 09:16 AM
I'm writing/maintaining large, *huge* VB programs at work - C++ seems beautiful in comparison... ;)

TomorrowPlusX
2007.01.26, 09:35 AM
That's good -- practical -- information. I wish I had known about this when I spent hours tracking down why my exceptions being thrown from my library weren't being caught by my app.

Anyway, we all know how OSC feels about C++. I tend to agree, but I like templates way too much.