Posts by Rafael Bastos • 1 point
1 post
-
0
votes1
answer1456
viewsQ: Remove data from a C++ file
I’m making a database to store names of rock bands. But I’m not able to implement band removal separately. Can anyone help? Follow the code. #include <iostream> #include <fstream> using…