Mail Archives: djgpp/1996/10/17/16:25:06
Christopher White (cswhite AT comp DOT uark DOT edu) wrote:
> One thing to consider is that Borland has practically dropped all support
> for it's DOS-based compilers. Just visit their homepage - you'll see
> nothing about Turbo C++ 3.0. And I highly doubt there will be another
> version (DOS-based) released.
I'd advise Turbo C if you're learning C/C++. I've got Turbo C++ 3.0 myself
and it's excellent for a beginner, especially the on-line help, colouring
of different program elements (helps a lot if you're not used to /* */!),
the quick compilation time and the handy debugger. After programming in
BASIC for several years, I installed Turbo C++ and was writing a program
within minutes, thanks to the online help. The debugger is great, and the
huge pointer facility means you can ignore the 64K segment limit (640K of
(effectively) flat-mode memory -- pretty handy).
Well, after that eulogy I will say that the code it produces isn't
particularly quick and the IDE is no good for debugging Mode-X or
graphics programs, but if you're learning C then the whole thing is a
godsend. It took me about two weeks to get used to the lack of online
help and syntax highlighting under djgpp. (And no, my family doesn't work
for Borland :-)
--Tom Seddon
T DOT W DOT Seddon AT ncl DOT ac DOT uk
- Raw text -