Which Are The Best Compilers For C++ and C . I Was Using Dev-C++ Till This date , I Just Upgraded From Windows 7 to 8 , Any Good Compilers ? Thank You !
Strange&Evil 0 Newbie Poster
Recommended Answers
Jump to PostVisual Studio 2012 (November update).
Way ahead of GCC (the other major contender) in C++11 conformance - Microsoft has implemented almost everything in the standard.
clang 3.2 with its libc++ is on par with VS 2012; and it is somewhat more mature and stable in comparison. But it has to …
Jump to PostVisual Studio 2012 (November update).
Way ahead of GCC (the other major contender) in C++11 conformance - Microsoft has implemented almost everything in the standard.
clang 3.2 with its libc++ is on par with VS 2012; and it is somewhat more mature and stable in comparison. But it has …
Jump to Poststd::filestream is not c++, it's CLR/C++ (for .NET) which is a different language.
Jump to PostOops I meant std::filesystem from the TR2 proposal.. MSCV-2012 has their own implementation based on boost as well.
Still, I just downloaded the most up to date visual studio 2012. The compiler supports initialization lists but their include does not. The include is not updated for the new features so …
All 13 Replies
vijayan121 1,152 Posting Virtuoso
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
tux4life commented: Very clear and thorough! +13
vijayan121 1,152 Posting Virtuoso
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
triumphost 120 Posting Whiz
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Stefano Mtangoo 455 Senior Poster
triumphost 120 Posting Whiz
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Strange&Evil 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mitrmkar commented: Hehe, you might be onto something here ... +14
triumphost commented: You can get it on DreamSpark free if you go to school :) +0
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
tux4life commented: Exactly. +13
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.