There are no graphics inherent to c/c++, but there are quite a few libraries out there that allow you to use graphics. If you are using djgpp I would suggest you use allergro, otherwise just go to your favorite search engine and look for an appropriate library.
If graphics.a is a library that came with your complier there is bound to be documentation for it somewhere.
Comments
If graphics.a is a library that came with your complier there is bound to be documentation for it somewhere.
: HI,
: I was wondering if i could do anything with graphics in c++. A simple program that looks like fire works.
: Anything dealing with graphics a??????
: If i can please show a sample program any simple one
:
: Thankyou
: Chirag
Many compilers have a graphics.h that does good, but slow, graphics. You might want to wade through your help files.
I know borland and microsoft c++ have a graphics.h you can use in DOS.
If not, there are many librarys on this site that can help.
MLINK