0
need help with c++
https://code.sololearn.com/cFn6oa1541Y8/#cpp I have that code (it isnt finished), I want it to write the results of different math exercises that the program does... but it always remove the result that was writen before the last... and I want to save all the results.. please help :D
7 Answers
+ 1
Revisa de nuevo mi cĂłdigo, usando un solo
ofstream cuentas;
y adicional, la forma de abrir el archivo en cada opciĂłn
cuentas.open("cuentas.txt", ios::out | ios::app);
Si te fijas el cĂłdigo lo "resumĂ" a solo la escritura y lectura sin menu de opciones ni nada por el estilo, pero creo que esto te puede ayudar.
AhĂ me cuentas.
0
Try to do only one declaration
ofstream cuentas;
at begining of your code
0
But i need one for ofstream and other for ifstream
0
Trata de hacer solo uno al principio y me avisas como te va
0
sigue reemplazando lo que ya habĂa :/
0
Trata con este
https://code.sololearn.com/cYgb7Bsupuqd/#cpp
0
Nada, no funciona :/