#include <iostream>
#include <memory>
int main()
{
std::auto_ptr< int > aa( new int );
return 0;
}
이걸 기초로 만드세요..질의는 이제 그만!
'프로그램언어 > C++' 카테고리의 다른 글
[ C++ ] tinyXML 에 관련된 고찰 (0) | 2011.06.09 |
---|---|
[ 단위테스트 ] google test 프로그램 (2) | 2011.06.01 |
bit field( 비트 필드) 을 이용한 간단한 예. (0) | 2010.07.23 |
눈속임 반올림 처리. (0) | 2010.07.16 |
man epoll ( I/O event notification facility ) (0) | 2010.07.14 |