
December 13th, 2004, 08:01 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 877
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Satview: Pointer Perfect, Part 3
Smart pointers allow you to manage the memory in a program yourself, without relying on garbage collectors. If you're building performance critical software, you need to know how to use pointers. In this third article in our series covering how to use pointers, J. Nakamura takes a look at what smart pointers can do, and warns about the pitfalls to avoid.
Read the full article here: Satview: Pointer Perfect, Part 3
For more discussion go here: Blog Article Discussion
|