Where do YOU get your C++0x feature listing?
This is a discussion on Where do YOU get your C++0x feature listing? within the Tech Board forums, part of the Community Boards category; Where do YOU get your C++0x feature listing?...
Where do YOU get your C++0x feature listing?
goto( comeFrom() );
wikipedia has a pretty good page on the subject.
Do understand the intention of this thread was in jest.....
goto( comeFrom() );
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.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
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() );
Doesn't seem to fully work in VS10 either... if it's decltype or some other thing (more likely), I don't know.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
Moved to tech. No specific programming question here.
Arrogance breeds bad code
goto( comeFrom() );
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)
Bill Bryson"...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.."