Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ File Input to Vector

Name: foreach(nigger in Africa) 2011-12-15 1:12

Well /prog/ I'm trying to read a text file line-by-line into a vector. Is there some sort of inherent vector size limitation I don't know about?

Protip: The file has 23,000 lines. :S

(I've tested it by trying to output the first 1 or 2 vector elements after the loop, but shit just breaks because there's nothing in it??)

Name: Anonymous 2011-12-16 18:36

23000 lines
Assuming 80 characters per line average

23000 * 80 = 1840000 bytes
Adding on a few extra bytes for the other shit in the vector...

Your computer has more than 2 Megabytes of RAM, right OP? Because if it has more than 2 Megabytes of RAM, you should be fine making a vector of 23000 strings. +

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List