cin and unlimited data set size
How can I read in a large set of data (known size by user input at runtime) from cin without using an array. i need to keep the data for comparison later too.
The user will tell me 8 different numbers are to follow.
i need to put these into variables. What is the best way to do this.
|