C++0x

Discussion about everything. New games, 3d math, development tips...
Post Reply
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

C++0x

Post by kazymjir »

Don't know about other people, but I never seen this before:
http://en.wikipedia.org/wiki/C%2B%2B0x
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Post by ACE247 »

Me neither. :?
But it seems C++ is in for an overhaul. :o
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

0x has been in the works for a while, and adds a number of things already in the Boost libraries. it will be nice, but seems to keep getting pushed back.

i believe the GNU compiler has an experimental 0x branch if you want to try it out now
The Bard sRc

Blog | Twitter
slavik262
Posts: 753
Joined: Sun Nov 22, 2009 9:25 pm
Location: Wisconsin, USA

Post by slavik262 »

Visual C++ already supports a subset of the new standard, including the nullptr keyword and lambda functions. I'm really looking forward to std::thread.
Tihtinen
Posts: 76
Joined: Fri Jan 08, 2010 3:12 pm
Location: Finland

Post by Tihtinen »

At least the Techical Review 1 (std::tr1) is widely used already, and it is a part of the upcoming standard. Shared/weak pointers (the main thing I've widely used from tr1) are really nice when you get used to them :)
Post Reply