OS - 메모리 관리
Logical Address & Physical Address
Logical Address & Physical Address
Deadlock (교착상태)
static 멤버변수 ``` class SoSimple { private: static int simObjCnt; public: SoSimple() { simObjCnt; cout«simObjCnt«endl; } };
Process Synchronization
객체배열 객체 기반의 배열은 다음과 같은 형태로 선언할 수 있다. SoSimple arrp[10]; SoSimple *ptrArray = new SoSimple[10];