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)
-
DCL58-CPP. Do not modify the standard namespaces (SEI CERT C++ Coding Standard)
-
ERR55-CPP. Honor exception specifications (SEI CERT C++ Coding Standard)
-
-
-
ERR50-CPP. Do not abruptly terminate the program (SEI CERT C++ Coding Standard)
-
-
NUM51-J. Do not assume that the remainder operator always returns a nonnegative result for integral operands (SEI CERT Oracle Coding Standard for Java)
-
-