C++ :: Be A Pointer
January 29, 2007 by keeghi
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 overflow…, or it can crash… Be a pointer my friend…