ANSWERS: 2
  • What does "user screen mood" mean? I would assume Turbo C has a debugger. Have you tried using the debugger to step through your program to see what's going wrong?
  • umm i forget the exact line, but you have to tell it to exit on input. the line in the code 'Return 0' tells the program to exit. i forget the specific code, but you tell it to read input and it will automatically say "Press any key to continue" or somehting similar to that without you telling it 'cout << "Press...";' and then going 'cin >> answer'. basically you have to tell it to wait for a response before exiting cause as soon as the program hits return 0, that is it. it tells processor to end and the program is terminated.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy