Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
graphics help
Name: freefika Date: August 1, 2003 at 09:58:21 Pacific OS: win CPU/Ram: 64
Comment:
i try to create graphics in c++, i am using the turbo c editor, at compile time i get 0 errors but when i run the program, no graphics r displayed, why? and how can i fix this problem?
Name: Chi Happens Date: August 1, 2003 at 10:40:04 Pacific
Reply:
what are you creating them with? graphics.h?
more information please, so we can help.
0
Response Number 2
Name: freefika Date: August 1, 2003 at 10:46:57 Pacific
Reply:
yes graphics.h
0
Response Number 3
Name: freefika Date: August 1, 2003 at 11:03:09 Pacific
Reply:
let me show u the exact code: #include #include #include #include void main(void) { int a=DETECT,b; initgraph(&a,&b,"C:\\Turbo\\BGI"); line(200,300,200,500); closegraph(); getch(); }
ERRORS= ZERO OUTPUT= BLANK
0
Response Number 4
Name: waterdog Date: August 2, 2003 at 10:13:59 Pacific
Reply:
Move the getch() to before closegraph().
0
Response Number 5
Name: gabin Date: August 12, 2003 at 17:01:05 Pacific
Reply:
Hi! I am a beginner in the graphic programming, and I am in the search of an algorithm describing the decomposition of a cube, using the structure of the octree. Could somebody help me?
0
Response Number 6
Name: Acid Date: August 14, 2003 at 17:56:52 Pacific
Reply:
hey, whenever i use graphics.h i get this error fatal error C1083: Cannot open include file: 'graphics.h': No such file or directory
Summary: hey!!! guys i need some help in a school project that i have had develop for a while now, in this program i´m trying to graphic in a scrren with its axis x and y. but when i wanna run it i have 1 erro...
Summary: I posted my problem awhile back, but the responses i got didn't hep resolve my problem so here i go again. Im currently working on a 3D-graphic enginge (in VC++ 6.0)ome code to test the Direct Draw. W...
Summary: That's not unusual. When a cursor is set to a different graphic, that's all that happens; the behaviour of the mouse is unchanged. Unfortunately, the ways to achieve what you need is not too simple. Y...