头像

媛気满满

帅气的我简直无法用语言描述!

static_cast vs const_cast vs dynamic_cast vs reinterpret_cast

static_cast used for general type conversions that well-defined and safe. performs compile time type...
头像2天前
000