Use Of Inline Functions
Question: Can one reccommend that
Your help is awesome, thank you.
inline be used when creating a class declaration and definitions in two seperate files? For instance, my class declaration is in the .h file and my definitions are in the .cpp file. And then my main routine is in another .cpp file. Is there any way to use inline functions to make the calls to the member functions from within the main routine faster?Your help is awesome, thank you.
