I'm sure you get these threads all the time.... I'm used to Dev C++ but I don't really feel comfortable using a program that hasn't been updated in years. What compiler do you use? I'm trying to find something that works with SDL as well.
Name:
Anonymous2010-04-29 20:23
g++ is always a good pick, even if it's not always the best. If you're going for zomg high performance, Intel C++ is probably the best, though you'll have to resort to evil ways to get a copy unless you've got a few hundred bucks lying around. VC++ supposedly gets better performance than g++ on Windows, but it's probably not enough of a marked difference to notice, and visual anything installs 4GB of shit on the machine anyway.
Dev-C++ will probably work fine, unless you're trying something really new.