끌림

boost::shared_ptr 본문

Programming/C/C++

boost::shared_ptr

소닉럽 2009. 11. 6. 12:30

// Boost C++ Library

#include <boost/shared_ptr.hpp>

//사용 예
boost::shared_ptr <IDirect3D9> mD3D;

메모리 자동 해제
Comments