Monthly Archives: June 2015

A series of technical articles for learning C++

In french magazine Programmez, I have already written 2 articles about Beginning C++. The serie will contain 5 articles.

The first one talks about data types, pointers, references, const, const reference, typedef, auto, structs, header and body files, precompiled headers, preprocessor, STL with string and vector, STL iterators, initializer_list, function pointer.

The second one talks about classes and only classes. Topics are member functions, this, const this, ctor, dtor, friend functions and classes, typedef, static members, virtual functions, inheritance and OOP.

The third article is under construction and the topic will be “C++ templates”. A technical article that will be level 400…