Is there a way to get the amount of objects in an array? I'm trying to make a login, and it's Array based...
Depends on the situation.
I suggest you using std::vector instead of arrays
I'm still learning C++... I don't know what std::vector is... Sorry. Which lesson is it under?