ababababa2·13년 전·discussYour example is flawed.C++0x is easy to learn. For example, autos is just the ability to say "auto myFloat = 5.0;" and it will default to float.Lambdas in C++ is fairly easy. right casts? trivial [especially with auto].Templates of templates of templates are easy as well.64-bit? ARM? The whole point of C\C++ is to make yourself not assembly. You shouldn't worry about 64-bit vs 32-bit as long as you use proper things.
C++0x is easy to learn. For example, autos is just the ability to say "auto myFloat = 5.0;" and it will default to float.
Lambdas in C++ is fairly easy. right casts? trivial [especially with auto].
Templates of templates of templates are easy as well.
64-bit? ARM? The whole point of C\C++ is to make yourself not assembly. You shouldn't worry about 64-bit vs 32-bit as long as you use proper things.