C++0x standard
Moderator: Coders of Rage
- Singleton
- Chaos Rift Newbie
- Posts: 26
- Joined: Tue Jan 05, 2010 10:32 pm
- Favorite Gaming Platforms: SNES, PC
- Programming Language of Choice: C\++,x86\64 assembly
- Location: Maya temple, Brazil
- Contact:
C++0x standard
I'm curious to know what you guys think of the new C++ standard currently under development. What are the good and bad aspects of it and how is it going to change our programming methods?
What a funny looking child... Wait, it's a dog!
- ismetteren
- Chaos Rift Junior
- Posts: 276
- Joined: Mon Jul 21, 2008 4:13 pm
Re: C++0x standard
I have skimmed through the article on Wikipedia (http://en.wikipedia.org/wiki/C%2B%2B0x) and TBH there was a lot of stuff i didn't understand. Lamda expressions sounds pretty cool, so do the shared pointers in the standard library(even though i think boost already has them).
Something i didn't fully understand, but sounds pretty cool nonetheless is the increased support for multi-threaded programs.
I would like to know what someone who knows more about C++ than i do think about it.
Something i didn't fully understand, but sounds pretty cool nonetheless is the increased support for multi-threaded programs.
I would like to know what someone who knows more about C++ than i do think about it.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: C++0x standard
I'm honestly not too excited or interested... When you consider how many compilers already exist for platforms that will never support the standard and the fact that these new features will never be supported, it seems not worth my while. That has always been one of the problems with C/++. The languages have always needed to support legacy code, making it extremely hard to add new features to the language...