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.
-
-
DCL50-CPP. Do not define a C-style variadic function (SEI CERT C++ Coding Standard)
-
-
-
OOP50-CPP. Do not invoke virtual functions from constructors or destructors (SEI CERT C++ Coding Standard)
-
EXP57-CPP. Do not cast or delete pointers to incomplete classes (SEI CERT C++ Coding Standard)
-
OOP52-CPP. Do not delete a polymorphic object without a virtual destructor (SEI CERT C++ Coding Standard)
-
-
-
DCL22-C. Use volatile for data that cannot be cached (SEI CERT C Coding Standard)