News

Hi,I have a base class whose destructor is pure virtual, so the class is abstract.I have a derived class (subtype) whose multi-argument constructor wants to call the base class's zero argument ...
Let's say I have a class of non-trivial size called MyClass I also have an array of MyClass objects: But this requires elem to exist somewhere else (1 constructor) and then copying it to the ...
In part 4 of this series on the C++ Core Guidelines, Kate Gregory reminds you of an oddity in C++ when it comes to initializing member variables, and shows you a best practice that will make sure this ...