I want to compile grphics into my programs.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hilary
    New Member
    • Nov 2006
    • 1

    I want to compile grphics into my programs.

    Thanks you for registersing me.
    more over I want to compile graphics into my programs using Turbo C/C++ 4.5. kindly help mem with instructions on how to do that.
    thanks
  • sivadhas2006
    New Member
    • Nov 2006
    • 142

    #2
    Hi,

    Code:
    #include <graphics.h>
    Use the functions related to the graphics.h file.

    Regards,
    M.Sivadhas.

    Comment

    Working...