None
DE
Modern C++ for C Programmers: part 1
NULL
Bert Hubert's writings
Welcome to part 1 of Modern C++ for C Programmers, please see the introduction for the goals and context of this series.
In this part we start with C++ features that you can use to spice up your code ’line by line’, without immediately having to use all 1400 pages of ‘The C++ Programming Language’.
Various code samples discussed here can be found on GitHub.
Relation between C and C++ C and C++ are actually very close relatives, to the point that many compilers have unified infrastructure for both languages.