This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
c_casting [2018/02/04 08:57] rpjday [Types] |
c_casting [2018/02/04 09:24] (current) rpjday |
||
---|---|---|---|
Line 6: | Line 6: | ||
==== static_cast ==== | ==== static_cast ==== | ||
+ | |||
+ | [[http://en.cppreference.com/w/cpp/language/static_cast|Here]]. | ||
+ | |||
==== reinterpret_cast ==== | ==== reinterpret_cast ==== | ||
+ | |||
+ | [[http://en.cppreference.com/w/cpp/language/reinterpret_cast|Here]]. | ||
+ | |||
==== dynamic_cast ==== | ==== dynamic_cast ==== | ||
+ | |||
+ | [[http://en.cppreference.com/w/cpp/language/dynamic_cast|Here]]. | ||
+ | |||
==== const_cast ==== | ==== const_cast ==== | ||
+ | [[http://en.cppreference.com/w/cpp/language/const_cast|Here]]. | ||
===== int{c} ===== | ===== int{c} ===== |