Hello, I have been trying to create an array of (void) function pointers but so far to no avail. I'm not too sure how to create an array function pointers. The only thing I would like to do after I can do that is to randomly select a function from that array. If this is possible, please attach a sample of the code that does this.