Quote Originally Posted by anon View Post
Could be well about missing calls to cin.ignore when mixing input with >> and getline (or failed cin generally) which makes him think array being "full" is the reason why input doesn't succeed the way he expects?...
If that's the case, he's asked the wrong question, because that type of problem has nothing to do with array initialisation.

We aren't mindreaders, and can be expected to divine an answer when somone asks a question that has no real relationship to the problem at hand.