• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to stop Borland from converting console programs....

Deeko

Lifer
I have Borland Turbo C++ I think 4.5 at school. It has graphics.h. I can't use it though, when I include it it says cannot use with Windows or something like that. I am using simple console stuff though, on my VC++ 6.0 at home, they are DOS programs. I'm pretty sure it is convering the program from DOS to Windows, using EasyWin or whatever. I want to make it leave them DOS, so I can use graphics.h....I'm not good enough to do any windows programming yet. Is there a way to stop the stupid compiler from converting them?
 
Back
Top