cdzombak + c++   43

GotW #62: Smart Pointer Members
Most C++ programmers know they have to take special care for classes with pointer members. But what about classes with auto_ptr members? And can we make life safer for ourselves and our users by devising a smart pointer class designed specifically for class membership?
c++  auto_ptr 
september 2011 by cdzombak
GotW #25: SPECIAL EDITION: auto_ptr
covers basics about how you can use the standard auto_ptr safely and effectively.
c++  auto_ptr 
september 2011 by cdzombak
GC FAQ -- draft
This is a draft FAQ for the GC-LIST.
c++  c  gc 
september 2011 by cdzombak
C++ FAQ
really good reference
c++  stl  c 
september 2011 by cdzombak
Tutorial: Pointers in C and C++
A tutorial on pointers in C/C++. A unique approach is taken to eliminate the confusion behind pointers. Several illustrations.
c  c++ 
september 2011 by cdzombak
Reference Counted Smart Pointers
Reference counted pointers provide easy, efficient memory management with copying semantics that allow use in Standard Template Library containers.
c++  stl 
september 2011 by cdzombak
SourceMonitor
The freeware program SourceMonitor lets you see inside your software source code to find out how much code you have and to identify the relative complexity of your modules
c++  c  programming 
september 2011 by cdzombak

Copy this bookmark:



description:


tags: