#a goto is not working but other of them are... C++

2 messages · Page 1 of 1 (latest)

last knoll
#

I just like to use goto but this one is getting the program kinda bugged when i try to go back (pressing 'b' through menu) on the line 96, of this code: https://godbolt.org/z/jbnr8n6bn
You gotta try to run the menu until after it reaches the sum loop and then you wanna go back by pressing 'b' to test.
so, there is a plenty of exemples where it goes back through other gotos but this one goes back and print while executing the entire code all together. Remember that the functionality of the program to test doesn't go beyond calculator and sum, yet.

south gullBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.