Printout's of graphic programs??

Closed
S - Mar 2, 2010 at 07:55 AM
sriggg Posts 5 Registration date Tuesday July 13, 2010 Status Member Last seen December 18, 2010 - Jul 25, 2010 at 06:53 AM
Hello,
I want help in computer graphics...........plzzzz help me
How am I able to print the output of this graphic program to print the output in MS-WORD.
PrtScn is not working here.............I need to print the output with program in my practical file exactly.


//PROGRAM TO DRAW A CUBOID
#include<graphics.h>
#include<conio.h>
void main()
{
int gd=DETECT,gm,x,y;
initgraph(&gd,&gm,"c:\\tc\\bgi");
line(80,100,80,180);
line(190,100,190,180);
line(80,100,190,100);
line(80,180,190,180);
line(130,60,240,60);
line(130,60,80,100);
line(240,60,190,100);
line(240,60,240,140);
line(190,180,240,140);
getch();
}
Related:

3 responses

How to print the output of a graphics program in turbo c++ environment?
0
sriggg Posts 5 Registration date Tuesday July 13, 2010 Status Member Last seen December 18, 2010 5
Jul 25, 2010 at 06:53 AM
hai frnd me 2 getting same prblm but my program is 81 sec vedio i wanna record it

if u get answer snd to me

thanz
0