
- Forum
- Programming Talk
- C and C++
- graphics
graphics
This is a discussion on graphics within the C and C++ forums, part of the Programming Talk category; which version of c support graphics......
-
12-27-2010, 07:30 AM #1
- Join Date
- Dec 2010
- Answers
- 32
graphics
which version of c support graphics...
-
03-07-2011, 03:04 PM #2
Turbo C supports the graphics. What problem are you facing? If it is about drivers(.BGI) then here are some steps
>You need graphics.h header file, graphics.lib library file and Graphics driver (BGI file) in the program folder. These files are part of Turbo C package. You need to make necessary changes to your programs according to your screen resolution. For VGA monitor, graphics driver used is EGAVGA.BGI.
-
03-09-2012, 12:07 PM #3
- Join Date
- Feb 2012
- Answers
- 66
TC 2.01 supports graphics using BGI. Turbo C supported graphics since version 1.0.
-
Sponsored Ads
«
Memory Reservation
|
Help! pls!
»

Reply With Quote





