OyaCode

含标签“C++”的文章

C++ Class Member Access Control

Limit Class Member Access We use three keywords: public, protected and private to control the ext...

C++ Enum Class

Enum Types CppReference: Enum Type There are two types of enum: Scoped Enum and Unscoped Enum . E...

C++ LValue And RValue & Prefect Forward

Introduction to LValue and RValue Recommend to read Meaning of Lvalues And Rvalues, which could h...