[SOLVED] How can I initalize graphics in Turbo C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

[SOLVED] How can I initalize graphics in Turbo C++?

when i check my output it shows: bgi error use initgraph()

15th Aug 2017, 6:33 AM
MOHAN👨🏻‍💻
MOHAN👨🏻‍💻 - avatar
7 Answers
+ 5
I have finally initialized the graphics in the turbo c++ Steps for how to do that: If the "BGI" folder is present in the turbo c++ libraries, copy all its files to the "BIN" folder and then open the BGIDEMO.C in turbo c++ ide, compile it and run it, then finally, the graphics in turbo c++ will be initialized.
21st Dec 2018, 7:12 PM
MOHAN👨🏻‍💻
MOHAN👨🏻‍💻 - avatar
+ 8
i would change software. turbo c++ is/was for dos. try codeblocks or visual studio
15th Aug 2017, 7:23 AM
jay
jay - avatar
+ 7
I use Visual C++ and it's really very good for windows
15th Aug 2017, 7:32 AM
Siddharth Saraf
+ 5
Yeah. i hear it is still taught in schools in a few places. It is not good they do this. c++ has been in a standard modern format since 1998 the schools have had plenty of time to update thier syllabus. anyway.. it wont take too much effort to transition over to standard c++. It will be worth it though.
15th Aug 2017, 12:08 PM
jay
jay - avatar
+ 4
Dude, it's for time travellers and dinosaurs, not beginners. http://gettinggeek.com/stop-using-turbo-c-that-is-now-stupid/
21st Dec 2018, 11:08 PM
jay
jay - avatar
0
Eclipse convert to mingw download for C language
27th May 2020, 7:52 AM
pavan verma
pavan verma - avatar