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

18th Oct 2017, 8:45 PM
Lautaro Segura
Lautaro Segura - avatar
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.
18th Oct 2017, 11:42 PM
Daniel
Daniel - avatar
0
Try to do only one declaration ofstream cuentas; at begining of your code
18th Oct 2017, 10:33 PM
Daniel
Daniel - avatar
0
But i need one for ofstream and other for ifstream
18th Oct 2017, 10:34 PM
Lautaro Segura
Lautaro Segura - avatar
0
Trata de hacer solo uno al principio y me avisas como te va
18th Oct 2017, 10:38 PM
Daniel
Daniel - avatar
0
sigue reemplazando lo que ya habĂ­a :/
18th Oct 2017, 11:14 PM
Lautaro Segura
Lautaro Segura - avatar
18th Oct 2017, 11:19 PM
Daniel
Daniel - avatar
0
Nada, no funciona :/
18th Oct 2017, 11:23 PM
Lautaro Segura
Lautaro Segura - avatar