campbad.blogg.se

Tutorialspoint html compiler
Tutorialspoint html compiler




tutorialspoint html compiler tutorialspoint html compiler tutorialspoint html compiler

graphicsMode : It is a pointer to an integer that specifies the graphics mode to be used.In all our programs we will use DETECT macro of graphics.h library that instruct compiler for auto detection of graphics driver. It tells the compiler that what graphics driver to use or to automatically detect the drive. graphicsDriver : It is a pointer to an integer specifying the graphics driver to be used.Below is the description of input parameters of initgraph function. It also resets or initializes all graphics settings like color, palette, current position etc, to their default values. It initializes the graphics system by loading the passed graphics driver then changing the system into graphics mode. Void initgraph(int *graphicsDriver, int *graphicsMode, char *driverDirectoryPath)






Tutorialspoint html compiler