views:

200

answers:

2

What are excellent C++ IDE options that support the new standard c++0x (windows os friendly) besides visual .net 2010 (the beta is way too slow/clunky)?

+3  A: 

While not supporting the full C++0x standard, much of the TR1 stuff is included in the SP1 update to Visual Studio 2008. The SP1 update includes the feature pack that was released last year.

bsruth
thats a good start
Mark Essel
+1  A: 

Your problem is that there are few compilers that support the C++0x spec. Specifically, g++ does not come near yet, and there won't be any FOSS IDEs that fully support C++0X until g++ does.

anon
Yeah some friends at work suggested Netbeans with gcc and cygwin but we agreed that g++ isn't there yet
Mark Essel