need helpp



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


Comments

  • 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.




  • :

    : 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





Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories