BGI error, How to Resolve it?

后端 未结 6 1886
独厮守ぢ
独厮守ぢ 2021-01-13 18:02

I want to run a C program that draws a circle. The program is compiling with no error and it is running. After getting the values like radius from the user, I get the error

6条回答
  •  無奈伤痛
    2021-01-13 18:36

    Could be multiple reasons:

    • wrong path to the bgi file (I see the colon is missing)
    • unsupported graphics mode (don't expect DOS graphics apps to work under Vista and up)

提交回复
热议问题