cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
is there any next generation of C++?
is there any next generation of C++?
May 15, 2011 at 5:37pm UTC
lipatrick
(9)
Just like Groovy as the second generation of Java, which gives more elegant way of coding, is there any next generation of C++ language?
May 15, 2011 at 5:50pm UTC
Albatross
(4553)
Well... sort-of. C++ will be undergoing some huge changes with the C++11/0x standard, assuming it ever gets published by the ISO.
http://en.wikipedia.org/wiki/C%2B%2B0x
-Albatross
May 15, 2011 at 9:31pm UTC
moosa
(2)
c++0x
May 16, 2011 at 3:24pm UTC
lipatrick
(9)
I see, So C++0x is a new version of C++. When will it come out as final implementation? the mid of 2011?
May 16, 2011 at 3:35pm UTC
kfmfe04
(788)
D is an elegant alternative to C++ (it's like C++ cleaned up, with garbage collection, if you want it)
http://www.digitalmars.com/d/2.0/index.html
http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361/ref=sr_1_1?ie=UTF8&qid=1305559982&sr=8-1
Alexandrescu is famous for promoting compile-time polymorphism via C++ generics
he is one of many who has gone over to the D camp
Topic archived. No new replies allowed.