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
Removing a specific text from a textfile
Removing a specific text from a textfile
Jul 10, 2011 at 7:58am UTC
alhanz
(34)
Problem Solved Thx!!
Last edited on
Jul 12, 2011 at 4:04pm UTC
Jul 10, 2011 at 8:46am UTC
Turbine
(134)
I'd load it entirely into memory, process it as much as you want, truncate the text file and extract all the data from the structs/classes.
Jul 10, 2011 at 8:50am UTC
firedraco
(6243)
I'd load it entirely into memory, process it as much as you want, truncate the text file and extract all the data from the structs/classes.
This.
Jul 10, 2011 at 9:09am UTC
alhanz
(34)
I need the text file because when I switch off the program, the data will be collected into it.
So whenever I switched back on, I will be able to search the record which was previously written.
Jul 11, 2011 at 3:17am UTC
alhanz
(34)
Bump
Topic archived. No new replies allowed.