Short Articles
C++ Basic Concept, Storage Duration
알 수 없는 사용자
2012. 2. 10. 12:21
Sotrage duration 이란 object 에 대해서 object 를 포함하고 있는 storage 의 최소 유효 생명 주기를
정의하는 속성 입니다. Storage duration 는 다음과 같은 것들이 있습니다.
정의하는 속성 입니다. Storage duration 는 다음과 같은 것들이 있습니다.
- Static storage duration
- Thread storage duration
- Automatic storage duration
- Dynamic storage duration