Creating an array of functions?It's working now, thanks a lot. I'm making a game and I wanna add a new "frame" of a picture after e...
Creating an array of functions?Yeah, that's why they were void first but since I can't call them without a return value I changed t...
Creating an array of functions?I changed the functions to int and it works but how do I get rid of return that is also printed?
Creating an array of functions?Trying [code]cout << (func[0])() << endl;[/code] won't compile and assigning the function in main s...
Creating an array of functions?I have code in all of the functions this way just to show what I'm trying to do
This user does not accept Private Messages