Tagged Questions

8
votes
3answers
583 views

Is there any way to obtain antique versions of Borland's Turbo C++ compiler for free?

I am looking for an old version of the Borland Turbo C++ compiler. However I have to get it in legal way. Has anyone heard something about discounts for such old compilers? [EDIT] I would like to ...
2
votes
4answers
212 views

Visual c++ to turbo c++

Hi I have written a program in visual c++ and for whatever reason now i need to run/compile this same program in turbo c++ 3.0. I have managed to get the compiler from some source but I get a lot of ...
1
vote
2answers
209 views

Which editor for coding in Borland C++

I have a 64 bit OS (Windows 7). i want to code in C++ but the default editor of Borland does not support full screen mode on my system. Which editor do i use to solve this problem? I want to code in ...
1
vote
4answers
459 views

Is Borland C++ v3 for DOS available anywhere now?

I'm looking for a copy of either Borland C++ v3 or Turbo C++ which can run on DOS, but my searches are turning up a blank. I vaguely remember a free Turbo version available, but can't track it down. ...
1
vote
6answers
4k views

About the exit() function in C++

The getche() function doesn't terminate the program properly, so I want to try exit(int status) function. How does it work in Turbo C++ programming language? I cannot understand the explanation in ...
0
votes
2answers
210 views

How to set textalignment in TEdit control

I'm using turbo c++ explorer edition (the free edition). Is there somebody that know how i can set the textAlignment of a TEdit control?
0
votes
2answers
851 views

Borland Dev Studio 2006 Turbo C++ Explorer compile issue [closed]

G'day everyone I'm a newbie to C++ and even more so to Borland Turbo C++ Explorer. I've just encountered this compile error. Any clues as to how to fix it? [C++ Error] comsvcs.h(3209): E2015 ...