
November 29th, 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 1
If you code in C++, you will run into pointers sooner or later. They can be a great tool when implementing design patterns and building complex data structures. In this first of a series of articles about pointers, J. Nakamura introduces several operations that can be performed on pointers.
Read the full article here: SatView: Pointer Perfect, Part 1
For more discussion go here: Blog Article Discussion
|