Recent blog posts
- Using session tokens with google's AuthSub python api
- Congratulations Netbeans (updated)
- Share What You Wear - Free clothes in Des Moines
- Gmail filters for launchpad bug email
- The New Ubuntu Download Page
- MP3s on Amazon
- Accidentally hiding your site from Google on purpose
- I shaved my cat
- Are you designing for mobile?
- Is ebay snipping OK?
Bearfruit
C++ is good...
Hi David, good points. Here’s my thoughts on C++:
But when you leave the world of Visual Studio:
Then there’s always the pointers.
Please note that I learned C++ in college in ‘95 and we didn’t even have strings (my text book was “Moving From C to C++” by Greg Perry, published in 1992) except for character arrays.
Recently I did some experimenting with the CDT plugin for Eclipse and was very impressed. No more makefiles, assuming you use the managed environment. However debugging still didn’t work too well and there still isn’t a clear GUI toolkit to choose if you want to target users across multiple platforms.
I would prefer to write and maintain C++ code over C code though. Its just such a pain developing one app in Python or Java then switching to C and wishing you had more than a struct.