I'm trying to get data from a file, say a set of numbers, and then store each number in an apvector for analyzing. I've set up the apvector headers, and the ifstream infile, all that. How would I get the stream of numbers from the ifstream, then store that in an apvector, which then I could pull up from the main() function for analyzing? Say those numbers are a list of orders someone has made.. Thanks!