Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
OOP53-CPP. Write constructor member initializers in the canonical order (SEI CERT C++ Coding Standard)
-
OOP50-CPP. Do not invoke virtual functions from constructors or destructors (SEI CERT C++ Coding Standard)
-
OOP52-CPP. Do not delete a polymorphic object without a virtual destructor (SEI CERT C++ Coding Standard)
-
OOP51-CPP. Do not slice derived objects (SEI CERT C++ Coding Standard)
-
OOP54-CPP. Gracefully handle self-copy assignment (SEI CERT C++ Coding Standard)