Andrew's Garage

Shrunk Expand

Primary Navigation

tip for auto_ptr with C++

1. how to test whether auto_pointer is null?

if (!myPointer.get()) {
    // do not dereference here
}

2. how to pass auto_pointer ?

std::auto_ptr<class>  ptr_class = std::auto_ptr( new class );

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Related


Posted on 2015-06-10 8:09 PM by andrew Comment
📂This entry was posted in C/C++

Related Posts

  • 2014-07-23 andrew

    MFC / C++로 특정 사이트 가져와서 분석 하기 소스

    #include <stdio.h> #include <windows.h> #include <wininet.h> #include <string...
  • 2014-08-09 andrew

    [MFC] Tab 컨트롤에 모달리스창 넣기

    [MFC] Tab 컨트롤에 모달리스창 넣기 Posted by 우담바라  2008/09/30 13:59  삽질/My_Work  원문 : http://blog.naver.com/san...
« how to make debug build on cmake CMAKE compile options and etc options »

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

( optional )


©2026 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme