List - Strings - Textfiles

Posted by b3y4z1d on Stack Overflow See other posts from Stack Overflow or by b3y4z1d
Published on 2010-04-27T14:53:46Z Indexed on 2010/04/27 15:03 UTC
Read the original article Hit count: 405

Filed under:
|
|
|
|

I've got a few questions concerning text files,list and strings.

I wonder if it is possible to put in a code which reads the text in a textfile,and then using "string line;" or something else to define each new row of the text and turn all of them into one list. So I can sort the rows, remove a row or two or even all of them or search through the text for a specific row.

© Stack Overflow or respective owner

Related posts about c++

Related posts about combination