简体   繁体   English

哪里可以找到 BGI 文件?

[英]Where to find BGI file?

I am trying to plot circle using graphics.h library but all the tutorials and examples I have seen had "C:\TurboC\BGI" in the initgraph() function.我正在尝试使用graphics.h库来 plot 循环,但我看到的所有教程和示例在initgraph() function 中都有“C:\TurboC\BGI” As long I understand, the mentioned path leads to the graphics driver, but in my my PC I was unable to find any BGI file.据我了解,上述路径指向图形驱动程序,但在我的 PC 中,我找不到任何BGI文件。

I am using mingw-w64 environment on visual studio code.我在 Visual Studio 代码上使用 mingw-w64 环境。 Is there any different command or add-on I should install to access graphics programming in c++?我应该安装任何不同的命令或插件来访问 c++ 中的图形编程吗?

It would be a lot of help, if anyone can suggest any alternative way to do graphics programming in c++.如果有人可以建议任何替代方法在 c++ 中进行图形编程,那将有很大帮助。

Go to https://github.com/ananay/turboc OR download Turbo C++ software then use the installation location (which is C:/ in above example) /TurboC/BGI Go to https://github.com/ananay/turboc OR download Turbo C++ software then use the installation location (which is C:/ in above example) /TurboC/BGI

BGI files come with Turbo C++ BGI 文件随附 Turbo C++

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM