C++ has steep learning curve. However, many C++ programmers know what the learning curve is.
C programmer (fake C++ programmer) : They just know stdio.h and C syntax. However, it is possible to code C++ with only C syntax.
C with classes : They can use classes, overload, and virtual methods. However, using normal virtual methods in C++ have bad performance in speed.(vtable lookup)
C++ std programmer : They can use the std library of C++. e.g. vector, algorithm, iterator, string
C++ generics programmer : Able to make generics class and interface your original class to std.
Const programmer : read only memory programming makes efficient memory management
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.