User Tools

Site Tools


c_casting

Overview

Various forms of casting in C++.

Types of casts

static_cast

Here.

reinterpret_cast

Here.

dynamic_cast

Here.

const_cast

Here.

int{c}

Read about it here.

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

c_casting.txt · Last modified: 2018/02/04 09:24 by rpjday