+ 3
What else is there to learn in c++ apart from classes and objects.
Title says it all.
1 Odpowiedź
+ 1
Move semantics, rvalue references, CPU cache optimizations, multi threading, constant expressions, lambdas, function pointers, templates, iterators, smart pointers, exceptions, RAII, operator overloading, range loops, class enums, and static assertions. ++manyMore