Wednesday, September 2, 2009

The Two Rules Of Pointers

Rules of Pointers:

  1. Pointers are only fluffy when you make them fluffy.
  2. If pointers are cuddly, they are no pointers. It is up to you to find out what they are.

[ Acest post este cu dedicatie pentru Ade. ]

LE: Fluffy pointers

Declaratie:

fluffy int * nume_pointer;
nume_pointer = fluffy new int;

2 comments: