Initialize Member Variables in the Order You Declare Them

  • Thread starter Thread starter Code Download
  • Start date Start date
C

Code Download

Guest
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 oddity never hurts you.

Continue reading...
 
Back
Top