Skip to content
jayoon edited this page Nov 29, 2022 · 2 revisions

C++ casts(형변환)

  1. Additional rule

The following rule applies to the entire module and is not optional. For each exercise, the type conversion must be solved using one specific type of casting. Your choice will be checked during defense

인강 section

10: 캐스팅(형변환, Casting)

static_cast

reinterpret cast

const cast

dynamic cast

Clone this wiki locally