View Single Post
  #1 (permalink)  
Old August 26th, 2003, 01:12 PM
phenix151 phenix151 is offline
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
Reply With Quote