Learn what is the difference between const int*, const int * const, and int * const? with practical examples, diagrams, and best practices. Covers c++, c, pointers development techniques with visua...
Learn what does 'dereferencing' a pointer mean in c/c++? with practical examples, diagrams, and best practices. Covers c++, c, pointers development techniques with visual explanations.
Learn what is std::move(), and when should it be used? with practical examples, diagrams, and best practices. Covers c++, c++11, move-semantics development techniques with visual explanations.
Learn what's the problem with "using namespace std;"? with practical examples, diagrams, and best practices. Covers c++, namespaces, std development techniques with visual explanations.