C++11 vs older versions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++11 vs older versions

From what I found out, a lot of programmers prefer C++11 to older versions of the language. I'm quite new to C++11 but I'm starting to feel the same way already, since I'm not a big fan of some cumbersome features that was adopted from C. To all the experienced C++ programmer out there, I want to know your opinions on this topic. Maybe I can widen my own perspectives a bit more. Thank you. :)

5th Jul 2017, 3:14 AM
Nhat Minh Nguyen
3 Answers
+ 1
constexpr enum class user defined literals move semantic final+override smart pointers many things for template metaprogramming This is minimal list of reasons why you should like cpp11. Better prefer cpp14, because it's more patch standard for 11, than brand new one. Like 03 and 98.
5th Jul 2017, 5:02 AM
soman
0
@Nhat Have use tried the atomic methods yet? I have not looked into each version of C++.
5th Jul 2017, 4:03 AM
Manual
Manual - avatar
0
constexpr enum class user defined literals move semantic final+override smart pointers multithreading classes many things for template metaprogramming This is minimal list of reasons why you should like cpp11. Better prefer cpp14, because it's more patch standard for 11, than brand new one. Like 03 and 98.
5th Jul 2017, 5:03 AM
soman