Notes : C++ – Part 2

< Previous (C++ – Part 1) | (C++ – Part 3) Next >

NOTIFICATION: These notes are published for educational purposes. Using these notes is under your own responsibility and risk. These notes are given β€˜as is’. I do not take responsibilities for how you use them.

PDF Content:

  • Copy constructor (continued)
  • Copy constructor and templates
  • Explicit copy constructor
  • Use of const with copy constructor
  • Assignment operator
  • Exception safe code
  • Const correctness
  • Const pointers
  • Const functions
  • Const overloading
  • Const iterator
  • Const cast
  • Conceptual vs. bitwise constness

 

Cplusplus_2

 

c< Previous (C++ – Part 1) | (C++ – Part 3) Next >

 

 

© 2012, Alejandro G. Carlstein Ramos Mejia. All rights reserved.

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

*