c program to restrict mouse pointer in a circle – c programming – When you bring mouse pointer outside circle, mouse pointer is moved to previous location
c programming
traffic light program in c, traffic light simulation – c programming -This program in c presents what happens in our daily life at traffic light signals.
Web browser project in c, c program to open a website/url – c programming – It will launch Firefox web browser to open a website so it should be installed.
C program countdown – c programming – This c graphics program performs countdown for 30 seconds.The coding is given below.
Captcha program in c – c programming – We will use random function in our code. These are used in typing tutors and in website to check.
C smiling face animation – c programming – This animation using c draws a smiling face which appears at random position on screen.
C program draw bar chart – c programming – This program draws bar chart using c graphics. Chart is drawn using bars filled with different styles
setfillstyle function in c – c programming – setfillstyle function sets the current fill pattern and fill color and the declaration is int pattern,int color
getimage function in c – c programming – getimage copies an image from screen to memory. Left, top, right, and bottom define the area of the screen
getdrivername-function – Coding – getdrivername function returns a pointer to the current graphics driver. – C program for getdrivername.