Thread: Where do YOU get your C++0x feature listing?

  1. #1
    ...and never returned. StainedBlue's Avatar
    Join Date
    Aug 2009
    Posts
    168

    Where do YOU get your C++0x feature listing?

    Where do YOU get your C++0x feature listing?
    goto( comeFrom() );

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    wikipedia has a pretty good page on the subject.

  3. #3
    ...and never returned. StainedBlue's Avatar
    Join Date
    Aug 2009
    Posts
    168
    Do understand the intention of this thread was in jest.....
    goto( comeFrom() );

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You may need to do some research on what features your compiler supports, though. I haven't found a single good place that mentions all the features that compilers implement.
    Oh and jest threads are bad.
    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.

  5. #5
    ...and never returned. StainedBlue's Avatar
    Join Date
    Aug 2009
    Posts
    168
    Yea sorry about that. Although I can thank you for giving it some cred by pointing out the discrepincies in C++0x support across the various implementations -good point. I guess we've already discovered that *decltype* is a bit wonky in MinGW.
    goto( comeFrom() );

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Doesn't seem to fully work in VS10 either... if it's decltype or some other thing (more likely), I don't know.
    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.

  7. #7
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Moved to tech. No specific programming question here.

  8. #8
    ...and never returned. StainedBlue's Avatar
    Join Date
    Aug 2009
    Posts
    168
    goto( comeFrom() );

  9. #9
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    how can i update my mingw version easily without going through any hassle ?
    ( i cant download from sourceforge!! they have banned my country!! , neither i cant use the automated installer )
    do you know any place which would help me on this ?
    (im currently using gcc 4.4.1! )
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Constructor wrong??
    By Zeldic in forum C++ Programming
    Replies: 12
    Last Post: 06-04-2010, 06:17 PM
  2. Replies: 4
    Last Post: 02-25-2010, 07:56 AM
  3. Edit and continue feature
    By George2 in forum C# Programming
    Replies: 2
    Last Post: 04-27-2008, 06:15 AM
  4. Listing all hooks?
    By kryptkat in forum Windows Programming
    Replies: 4
    Last Post: 11-17-2005, 04:55 PM
  5. !! DOS UNIcomal Listing !!
    By Stupider Like A in forum C++ Programming
    Replies: 3
    Last Post: 10-02-2002, 12:43 PM