cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
getting a string (size of that is not gi
getting a string (size of that is not given)
Oct 5, 2010 at 7:47am UTC
crazyblue
(2)
how can i get a string with millions of lines?
namely how can i implement a data structure that expands
Oct 5, 2010 at 7:59am UTC
Bazzy
(6281)
there are many ways to make that. A string is usually a vector of characters
http://en.wikipedia.org/wiki/Vector_data_structure
Topic archived. No new replies allowed.