Are there good low-end tools for C/C++? I've been doing iOS development and I recently decided to write some of my code in C++ so it would be portable to Android and Blackberry.
Yes, Xcode with clang is really nice. After reading Carmack's blog, however, I'm sure more can be done. He actually like's Microsoft's compiler. Wonder if it's worth running code through it?