Any tutorials on how to use CFile or any other, to open a text file, get what's inside into memory, e.x Link List, and then put it back into text file when done? Please link me or guide me through this problem. Trying to get a Payroll system going.
Nandomo -3 Junior Poster
Recommended Answers
Jump to PostLike abhimanipal said go check out that website because it is really useful
Here is something I made to show how to read in, sort, then output some data from a text file to a text file.
//#include <iostream> #include <fstream> #include <vector> using namespace std; …
Jump to PostI had never used MFC before and was trying to play around with it to get it to use ifstream and couldn't work it out.
However I came across this and it looks similar to what you want.
All 5 Replies
abhimanipal 91 Master Poster
sfuo 111 Practically a Master Poster
Nandomo -3 Junior Poster
sfuo 111 Practically a Master Poster
Nandomo -3 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.