This is an old revision of the document!


Various forms of casting in C++.

  • static_cast
  • reinterpret_cast
  • dynamic_cast
  • const_cast

Read about it here.

From TC++PL4, “the int we can construct from c”.

  • c_casting.1517657677.txt.gz
  • Last modified: 2018/02/03 11:34
  • by rpjday