Be a pointer my friend

Be a pointer my friend

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 to a struct….

The pointer can crash…,
and can Overflow…

Be a pointer my friend….

Bonus track:

Poema en C

//BenKo – demasiada Cafeína
#include
using namespace pirates;

void pirate_song()
{

Ship.AddCannons(10);
Ship.AddCannons(10);
Wind.Blow(“stern”,”maximum”);
Ship.CutSea(false); Ship.Fly(true);
Ship.Type(“Velero bergantín”);
}