I have been programming in C for a while now and am tired of that window with the white background and black letters.<br>
Can anyone give me any info on how to include Graphics with my C programs?<br>
<br>
<br>
<br>
Their are many functions that you can use that are in the graphics.h header file. Specifically for example to change the background color use the textbackground(BLUE); function in conio.h, then follow with clrscr(); to change the entire background color to blue. If you want to change the text color you can use the textattr function. Hope this helps<br>
tom moses
It depends on which environment your C program is running. On dos system , You have to register the graphics driver. On Windows program , you will have to use the API's to change the colour.<br>
Does it answer your question ?<br>
<br>
Thanx<br>
Siddhartha Singh<br>
<A HREF="mailto:ssingh@aztecsoft.com">ssingh@aztecsoft.com</A>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.