Migrating from C to C++: NULL vs nullptr
On my last project, my team started working on implementing object-oriented concepts in C. Eventually we realized that we were reimplementing multiple C++ features. We admitted to ourselves that we would not implement our constructs more efficiently than the C++ compiler. We were also very interested in the extra safety mechanisms implicit in C++: better …
