read nuknow row file in to array

Nov 1, 2014 at 5:16pm
what is the syntax of reading one column unknown rows numbers and make into array???
Nov 1, 2014 at 5:28pm
you cannot (directly) dynamically allocate an array at run time. The standard library provides several container classes which could do this.

Take a look at http://www.cplusplus.com/reference/vector/vector/
Topic archived. No new replies allowed.