Reputation: 1
My turbo c++ cannot support graphics programs and it tells "bgi error : Graphics not initialized ". What do I do? I'm running on: OS: Windows 8 Pro GPU: Zotac GTX550ti
Upvotes: 0
Views: 223
Reputation: 2475
You may take a look at BGI emulations for Windows, like this: http://bgi-for-windows.apponic.com/ or http://www.cs.colorado.edu/~main/bgi/doc/
But I recommend to look for a modern approach for using graphics under Window.
Upvotes: 0
Reputation: 13690
The Borland Graphics Interface has drivers for commonly used video cards that have gone long ago. Since GBI does not support your hardware you two choices:
There are more usable tools like Windows Forms for current hardware. You should consider to drop a tool where the vendor can't be found anymore.
Upvotes: 1