I\'m just starting with arrays in C++ and I\'m having a problem getting the first character of an array.
This is my code,
1- I enter a name, such as \"Jim\"<
Just remove cin.ignore();
This ignores the first character, thus you miss the 'J'.