“Be a pointer, my friend”
Jueves, 23 Noviembre 2006
Versión en C:
Empty your memory,
with a free()….
like a pointer!
If you cast a pointer to a integer,
it becomes the integer,
if you cast a pointer to a struct,
it becomes a struct….
The pointer can crash…,
and can Overflow…
Be a pointer my friend….
Versión en C++:
Empty your mind,
be formless,
shapeless – like void*.
If you put an int into a void*,it becomes the [...]
