lunes, noviembre 27, 2006

be a pointer my friend

Empty your memory... with a free()...
Like a pointer!
If you cast a pointer to an integer,
it becomes the integer!
If you cast a pointer to a struct,
it becomes the struct...
The pointer can crash, or it can overflow...

Be a pointer my friend!