C ++ 11: Can anyone suggest some books and compilers? Is it a good idea to use C ++ 11 in my projects? Does qt creator 2.5 support C ++ 11?

As of now, May 23, 2012, I want to start coding with C ++ 11 and use it in all my projects, because I see many new features that I really like. But none of the compilers supports anything from C ++ 11. Can anyone suggest some books and compilers? Is it a good idea to use C ++ 11 in my projects? Does qt creator 2.5 support C ++ 11?

+3
source share
2 answers

Your choice of compilers will depend on the platform for which you are developing.

Gcc 4.7 Clang, , ++ 11, , Windows mingw, , clang . Intel ++ ++ 11, gcc clang, V++ Windows. V++ 11 Windows, , , ++ 11, , , , constexpr, , /, / ctors, ..

Linux, gcc, , , clang , . BSD OS X, Clang .

, ++ 11, .

++ 11: http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport


++ 11 . ++: . ++ Concurrency , . , . , , , :


++ 11, .


Qt Creator 2.5 ++ 11: http://labs.qt.nokia.com/2012/03/15/qt-creator-2-5-beta/

+14

gcc 4.7 http://nuwen.net/mingw.html ++ 11. ( Code:: Blocks 10.05 Windows 7). , gdb, , .

0

All Articles