-
Replied To a Post in c++ deleting a line from text file
int main(){ vector<user> userDetails; // string line; string userName; string password; { // local scope: we do not want to keep // the stream for longer than necessary ifstream readFile("userInfo.txt"); …