0 pts.
 help in C
hi i am doing a program with turbo c (version 3) the problem is that i want to do it with graphics so if anyone have cpp files for mouse, colors, shapes,.... would help me mush thx

Software/Hardware used:
ASKED: December 9, 2005  3:40 PM
UPDATED: December 17, 2005  4:10 AM

Answer Wiki:
If I remember correctly, Turbo C was a DOS development environment. If you want to do graphics, change your environment.
Last Wiki Answer Submitted:  December 9, 2005  8:22 pm  by  Jeffbane   0 pts.
All Answer Wiki Contributors:  Jeffbane   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

cpp files are for the C++ languages. In Turbo C (no plus-plus), you will be faced with writing all of your own graphics routines if you are working on a non-GUI platform. Maybe if you can give more specifics of your situation, somebody can point you in the right direction.

 180 pts.

 

You CAN write code to manipulate the graphic card directly in turboC (I did this about 10 years ago); but it probably wouldn’t work under Windows, as you can’t blindly go manipulating hardware registers and filling video buffers…

 920 pts.

 

Use Visual Studio & .NET. The express edition is free if cost is a problem.

 0 pts.

 

more details about the turbo c++ is that i have a project on this old program and i can’t use a newer one. ( VS.net and java i have took them before) so if anyone knows how to help me in my project i will be very thankfull for him. and if anyone intrested in my code i will send it later when i finish it.

 0 pts.