Often I see references about c++0x and I ask myself if it can be interesting.
I have Qt + Mingw.
Any idea? Pros and cons ? Thanks
Printable View
Often I see references about c++0x and I ask myself if it can be interesting.
I have Qt + Mingw.
Any idea? Pros and cons ? Thanks
When i searched for MinGW C++0x features, i didn't found a list, but since MinGW is a GCC port i assume that the GCC list apply here, if you installed the Qt SDK you have MinGW (port of GCC version 4.4.0) so this is the list of 0x features that are included
And, do you recommend me to learn c++0x ??
C++0x isn't a new language - it's still C++ with some new language features and some new libraries (and i think some other libraries moved from tr1 namespace to std namespace).
You can (and you will in the future) learn some features and most likely you can ignore some other features, you can read about C++0x here (on wikipedia) and here is Stroustrup's 0x FAQ.