You know when the insane amount of course work is getting to your spinal cord when you start being pointer happy while writing your final project in C. The situation is so bad that everything in a function is a pointer, including functions. Worse, arrays of function pointers. Can it get possibly any worse, yes, arrays that point to arrays that hold void pointers pointing to a mix of functions and variables. Oh how I love the void pointer.
void *moo
Comments |
Posted April 27, 2006