0

C++ Code Help

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, 1:41 PM
Lautaro Segura
Lautaro Segura - avatar
4 Answers
+ 1
Puedes explicar lo que hace tu programa en español? Viendo tu código vi que tiene partes en español y me sería mås facil saber lo que hace si estå en español
18th Oct 2017, 2:07 PM
iLinked iTM
iLinked iTM - avatar
+ 1
Mmm.... Estoy leyendo el cĂłdigo para llegar al problema, pero no veo donde estĂĄ
18th Oct 2017, 2:11 PM
iLinked iTM
iLinked iTM - avatar
+ 1
Parece que el problema estĂĄ al escribir de nuevo en el archivo, porque al escribir se reemplaza lo que habĂ­a La soluciĂłn serĂ­a que baje de lĂ­nea hasta donde no haya texto, pero no se hacer eso
18th Oct 2017, 2:15 PM
iLinked iTM
iLinked iTM - avatar
0
Mi idea es que luego de hacer cada cĂĄlculo se guarde en un txt que luego puedes acceder al mismo con la opciĂłn 5. el programa en si es una calculadora :D lo que necesito es que se guarde todo sin reemplazar nada, pero no puedo conseguirlo
18th Oct 2017, 2:10 PM
Lautaro Segura
Lautaro Segura - avatar