-
C++] Lvalues and Rvalues코딩Coding/C++_용어 2022. 2. 17. 15:03728x90
Lvalues and Rvalues
https://www.tutorialspoint.com/cplusplus/cpp_variable_types.htmC++ Variable Types
C++ Variable Types A variable provides us with named storage that our programs can manipulate. Each variable in C++ has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memor
www.tutorialspoint.com
반응형'코딩Coding > C++_용어' 카테고리의 다른 글
C++에 사용하는 약어 정리(예_lhs : left hand side(왼쪽값), sp : smart pointer (스마트 포인터) (0) 2022.04.24 Windows API+C++)마이크로소프트 파운데이션 클래스 라이브러리(Microsoft Foundation Class Library, MFC) (0) 2022.02.16 C++]RAII pattern(Resource Acquisition Is Initialization Patter) (0) 2021.10.22 C++용어집 (0) 2020.11.09 컴파일러에 관한 오류 종류 (0) 2020.11.09 C++용어_캡슐화(Encapsulation) (0) 2020.09.25 C++용어_:: 스코프(scope) 설정 연산자 (0) 2020.09.02