How to start with C Graphics

                                           
                                                  Before starting programming with C Graphics we need to aware some of terms in C Graphics. We can use Graphics in C program by help of graphics.h. We must need to include graphics.h c program to use graphics functions.

C Graphics with Turbo C in Window XP

While we using Turbo C for compiler and run C graphics program we need to change some settings in Turbo   C compiler as follow.

Open Turbo C -> select OPTION -> select LINKER -> select LIBRARIES ->mark on GRAPHICS LIBRARY option.

C Graphics with Turbo C in Window 7

While we using window 7 as operating system than we could face some problem to run C Graphics program.Because Window 7 does not support full screen execution and the graphics program need full screen to run. For that we need to install one more software which is Emulated Turbo C.

After the installing Turbo C You need to install Emulated Turbo C and when ever you want to run C graphics program just open the Emulated Turbo C and run your Graphic program.



0 comments:

Post a Comment