🐳Dev/Sophomore
-
-
-
-
[sophomore] C++ with keywords🐳Dev/Sophomore 2022. 1. 4. 15:16
1. Introduce C++ C++ = C + OOP + Generic Programming namespace : 식별자의 범위를 지정 global scope or nested inside another Namespace doesnt terminated with a semicolon Instance X Aliaz name Unnamed namespace is supported. and Using like static (해당 파일 안에서만) 여러 파일에서 같은 namespace를 정의하면 override가 아닌 span됨. Global namespace and Scope pointer Pointer and Array Call by Value Call by Pointer reference : alterna..
-
-