Posts by Daniel • 23 points
1 post
-
1
votes1
answer46
viewsQ: Handling of c++ files
I’m having trouble manipulating a file. Always error on that part, specifically on that line "while(getline(alunosE, line)){", and I don’t know why. ifstream alunosL; string linha;…