Thread: C++ 11 In VS 2010 ?

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    1

    Question C++ 11 In VS 2010 ?

    Can I use C++ 11 in VS2010?. Do I need a new IDE/compiler?. What C++11 IDE's / compilers are there?

    Mark

  2. #2

  3. #3
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    No idea about VS, but latest GCC (G++) has pretty good support.
    Status of Experimental C++0x Support in GCC 4.7 - GNU Project - Free Software Foundation (FSF)

  4. #4
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    Although it's not a complete list of all C++11 features (for example, I noticed that it is missing range based for loops), this page has a pretty good overview of compiler support for most of the major C++11 features: C++0xCompilerSupport - Stdcxx Wiki

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    If you are looking for C++11, I definitely recommend GCC (or Clang?). Visual C++ will not be getting a lot of features anytime soon.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VC++ 2010 Error
    By Arpan Das in forum C++ Programming
    Replies: 12
    Last Post: 06-26-2011, 04:52 AM
  2. BEST IDEA in 2010
    By KIBO in forum General Discussions
    Replies: 21
    Last Post: 12-14-2010, 11:21 AM
  3. 20/10/2010 20:10
    By Salem in forum General Discussions
    Replies: 10
    Last Post: 10-21-2010, 10:46 AM
  4. visualC++ 2010
    By KIBO in forum Windows Programming
    Replies: 1
    Last Post: 10-13-2009, 01:44 AM
  5. Windows 7 RC, Visual Studio 2010 Beta, Office 2010 beta, anyone in?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-20-2009, 01:57 PM

Tags for this Thread