Thursday, July 9, 2009

How to print the output of a c++ graphics program whose output uses graphics and mouse as an interface?

i have made a program whose output i have to show to my teacher in college.this is a c++ graphics programme which shows graphical output and uses mouse as an interface.so,i wanna know hoew to get print out to show my output to teacher?

How to print the output of a c++ graphics program whose output uses graphics and mouse as an interface?
You can add a header file





#include%26lt;graphics.h%26gt;





// for implemeting graphics fuctions.


You can draw lines,3d bars.Backgroud color, Slect a font.


// These all are built in funtions and keywords.


Use help to get more details








More over you can implemet animations in you project.





You should need to use loops for this.( Drawing of rectagles,circle is made by giving the values of points in the screen.) Its by the resoultion.








For implementing the mouse facility. Many programming sites like www.programmersheaven.com provides codes for using mouse.


You should need to specify the area bounded by the mouse for handiling the event.





I have seen


#include%26lt;mouse.h%26gt;





// I think it is available in the net.
Reply:press the print icon


geeez


move on to java already


No comments:

Post a Comment