It would help me to learning c.

Closed
sumit - Jun 2, 2009 at 04:19 AM
cryfor89 Posts 12 Registration date Tuesday March 17, 2009 Status Member Last seen July 16, 2009 - Jun 2, 2009 at 04:38 AM
Hello,
i have a problem about graphics in c that is:-

write a program which draw a rectangle and fill with inclined line




what is inclined line in a in c.

1 response

cryfor89 Posts 12 Registration date Tuesday March 17, 2009 Status Member Last seen July 16, 2009 2
Jun 2, 2009 at 04:38 AM
The main problem is that C language doesn't possess graphics capabilities , if you want to do some graphics better:

*Write a 16 bit DOS program and favor assembly language for graphics
*Don't forget to make calls to the Windows API and OpenGL subsystem
*Make use a graphics library

These solutions will require a lot of time and efforts though.

Maybe you should give us more information about what you are trying to achieve with your program
0