I like to use function pointers to make arrays of functions :)



for ( int x = 0; x < upper_bound; x++ )
myFunction [x] ( );


It's lots of fun :)