cpp-projects
cpp-projects copied to clipboard
Fixed bug in readArray
Fixed failed cin buffer state in readArray.
cin.clear() and cin.ignore() Flush the cin buffer after non-integers are received as input.