C++ beginner, execution window disappears quickly

前端 未结 7 1810
我寻月下人不归
我寻月下人不归 2020-12-11 11:50

I am a beginner in C++ and I was trying to write a program that finds the average of two numbers, but when I run the program, the window disappears without allowing me to se

相关标签:
7条回答
  • 2020-12-11 12:45

    If you are using Visual Studio, hit CTRL+F5 to run. That inserts a "Hit RETURN to continue" for a console application.

    0 讨论(0)
提交回复
热议问题