As I'm yet a real beginner in c++ I was reading through the tutorial on this site. I got to the chapter about arrays and I'm finally getting what everyone is talking about when they mention arrays. Eventhough I don't think I understand it completely, I do get the concept.
Now my question is: what is the usefullness of arrays?
If I've understood it correctly the tutorial states that you can only use arrays for constant values. So that would make arrays less usefull right? (for the basic programs I've made I barely used any constants)
And is i just the basic programming I do right now, or are constants not used alot? (I mean not so much as variables)