cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
read nuknow row file in to array
read nuknow row file in to array
Nov 1, 2014 at 5:16pm UTC
qingcheng
(20)
what is the syntax of reading one column unknown rows numbers and make into array???
Nov 1, 2014 at 5:28pm UTC
Esslercuffi
(305)
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.