Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

스마트 포인터 (Smart Pointer)

학습 개요

일반 포인터 변수와 달리 스마트 포인터의 필요성에 대해서 학습하고 스마트 포인터 사용 예를 학습힌다.

학습 목표

  • 스마트 포인터의 필요성을 설명할 수 있다.
  • 스마트 포인터의 종류인 unique pointer, shared pointer, weak pointer에 대한 특징과 장점, 단점을 설명할 수 있다.
  • unique pointer, shared pointer, weak pointer의 적용 상황을 설명할 수 있다.

학습 내용