dilluns, 24 de desembre del 2007

Be a pointer my friend

Os dejo un texto muy bueno que escribió un compañero de PROP el año pasado, imitando un conocido anuncio. Ay que ver lo que hace estar muchas horas delante de un ordenador intentando programar algo...!!!xD


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,
and can Overflow...

Be a pointer my friend...