read nuknow row file in to array

what is the syntax of reading one column unknown rows numbers and make into array???
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.