Pages - Alphabetical View

View: Recently Updated · Alphabetical · Tree
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. Next
Title Last Updated By Updated
Page: ERR51-CPP. Handle all exceptions Jill Britton Apr 20, 2023
Page: ERR52-CPP. Do not use setjmp() or longjmp() Jill Britton Apr 20, 2023
Page: ERR53-CPP. Do not reference base classes or class data members in a constructor or destructor function-try-block handler Jill Britton Apr 20, 2023
Page: ERR54-CPP. Catch handlers should order their parameter types from most derived to least derived Jill Britton Apr 20, 2023
Page: ERR55-CPP. Honor exception specifications Jill Britton Apr 20, 2023
Page: ERR56-CPP. Guarantee exception safety Jill Britton Apr 20, 2023
Page: ERR57-CPP. Do not leak resources when handling exceptions Jill Britton Jan 19, 2023
Page: ERR58-CPP. Handle all exceptions thrown before main() begins executing Jill Britton Apr 20, 2023
Page: ERR59-CPP. Do not throw an exception across execution boundaries Anirban Gangopadhyay Sep 26, 2022
Page: ERR60-CPP. Exception objects must be nothrow copy constructible Anirban Gangopadhyay Dec 01, 2023
Page: ERR61-CPP. Catch exceptions by lvalue reference Jill Britton Apr 20, 2023
Page: ERR62-CPP. Detect errors when converting a string to a number Anirban Gangopadhyay Dec 01, 2023
Page: Errata for SEI CERT C++ Coding Standard (2016 Edition) Robert Schiela Jun 06, 2019
Page: EXP50-CPP. Do not depend on the order of evaluation for side effects Jill Britton Apr 20, 2023
Page: EXP51-CPP. Do not delete an array through a pointer of the incorrect type Anirban Gangopadhyay Sep 26, 2022
Page: EXP52-CPP. Do not rely on side effects in unevaluated operands Jill Britton Apr 20, 2023
Page: EXP53-CPP. Do not read uninitialized memory Jill Britton Apr 20, 2023
Page: EXP54-CPP. Do not access an object outside of its lifetime Valery Jun 06, 2023
Page: EXP55-CPP. Do not access a cv-qualified object through a cv-unqualified type Jill Britton Apr 20, 2023
Page: EXP56-CPP. Do not call a function with a mismatched language linkage Anirban Gangopadhyay Dec 01, 2023
Page: EXP57-CPP. Do not cast or delete pointers to incomplete classes Jill Britton Apr 27, 2022
Page: EXP58-CPP. Pass an object of the correct type to va_start Jill Britton Jun 30, 2022
Page: EXP59-CPP. Use offsetof() on valid types and members Jon O'Donnell May 19, 2022
Page: EXP60-CPP. Do not pass a nonstandard-layout type object across execution boundaries Anirban Gangopadhyay Dec 01, 2023
Page: EXP61-CPP. A lambda object must not outlive any of its reference captured objects Jill Britton Jan 18, 2023
Page: EXP62-CPP. Do not access the bits of an object representation that are not part of the object's value representation Jill Britton Jan 18, 2023
Page: EXP63-CPP. Do not rely on the value of a moved-from object Jon O'Donnell Mar 30, 2023
Page: FIO50-CPP. Do not alternately input and output from a file stream without an intervening positioning call Jill Britton Jan 19, 2023
Page: FIO51-CPP. Close files when they are no longer needed Jill Britton Jan 19, 2023
Page: GCC David Svoboda Sep 27, 2023
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. Next