Sorry I'm totally new to C++ just started this semester. I have a question though. I know javascript some what well and I love how loose it is as a programming language. (It's both a good and a bad thing.) But there is one thing you can do in javascript that I'm not sure if you can do in c++.
I want to call some functions from an array of functions here is a link of that done in javascript. Javascript Array of Functions. My idea is to write a for loop that will go through functions in the order I want. (from first to last.) If there is an alternative to this I will be fine with that. I could even name the functions with a number after them like function1 for example if that might help. I'm not sure if this is possible, but any help or anything would be awesome thanks.