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
Append row into a 2D vector
Append row into a 2D vector
Aug 3, 2011 at 6:32pm UTC
Kase
(12)
Hi,
I'm trying to append a row of floats into a 2D vector, but vector.push_back(element) seems to work only for a single element, not a row of n elements. What should I use?
Thank you in advance for your help!
Topic archived. No new replies allowed.