![]() |
circle program :;
hi to all
it is a circle program not running , giving erorrs on my c language but it is working on my friend computer (c language) here is code ; PHP Code:
|
Re: circle program :;
What errors?
|
Re: circle program :;
Also, is your friend using the same operating system and compiler as you?
graphics.h is an old (Borland BGI) thing. You're best not to use it. |
Re: circle program :;
i tried on both dev-C++ 4.9.9.2 and tc v2.01 in tc it does not give any error, it is compling but not running
but in dev it shows following errors F:\anny\F graphics.h: No such file or directory. F:\anny\Untitled6.cpp In function `int main()': 8 F:\anny\Untitled6.cpp `detectgraph' undeclared (first use this function) (Each undeclared identifier is reported only once for each function it appears in.) 9:25 F:\anny\Untitled6.cpp [Warning] unknown escape sequence '\i' 9 F:\anny\Untitled6.cpp `initgraph' undeclared (first use this function) 10 F:\anny\Untitled6.cpp `setcolor' undeclared (first use this function) 13 F:\anny\Untitled6.cpp `sound' undeclared (first use this function) 14 F:\anny\Untitled6.cpp `circle' undeclared (first use this function) 15 F:\anny\Untitled6.cpp `delay' undeclared (first use this function) 16 F:\anny\Untitled6.cpp `nosound' undeclared (first use this function) |
Re: circle program :;
You need to find out what is installed on your friend's computer that includes the graphics.h file.
Probably a dir/s will do the trick, from the root on each drive. That should give you a clue where it comes from, e.g. if it's in (made-up path) c:\program files\borland\turbo_c\include\graphics.h then that fairly obviously points to Borland Turbo C. |
| All times are GMT +5.5. The time now is 23:25. |