I not fully understand what is function and array.
How to use both them.
I also wants to ask having a website for doing C++ exercise or not?
Can any one help me.
this could be the hello.cpp and then just make the say.h file:
void say_something();
so you can say that a function handles that code you have given it to control, and you can just call it with the function(). this is not a tutorial and i would advise you to find a tutorial on both subjects