PDA

View Full Version : Borland


Seph
04-15-2003, 08:39 PM
please delete

gish
04-16-2003, 12:24 PM
I have used Borland, but I and alot of other's use this one........
--
more information (http://www.bloodshed.net/devcpp.html)

Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.
--

Seph
04-16-2003, 04:13 PM
please delete

Ninja40
07-06-2003, 06:34 AM
Weird. You've probably made a mistake. I've used Borland C++ in the past. It's an excellent development system, much much better imho than Visual C++. The compiler also finds many more mistakes than Visual's.

sicarius
07-06-2003, 01:57 PM
Yes, Borland's compiler is alright. If you plan on developing for Windows though, Visual C++ has some advantages. Especially if you want to take advantage of COM without the hassle (alright...it will always be a hassle, but it does make it easier on you than Borland's compiler).

gish
07-06-2003, 02:05 PM
yeah..COM hassles.....that is where .net comes in to play...C#/VB.NET

;)