English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

my teacher recommends the same.Is it very good to improve my programming skill.If anybody knows the best other c compilers ,please inform .

2007-02-23 02:54:29 · 5 answers · asked by revathi 1 in Computers & Internet Programming & Design

5 answers

Turbo C++ version 1.01 (also supports ANSI C) can be downloaded from the Borland website free of charge.

Download link: http://dn.codegear.com/article/images/21751/tcpp101.zip

How to install? : http://dn.codegear.com/article/21751

It's a good compiler for beginners; very easy to start with.

2007-02-23 14:51:44 · answer #1 · answered by Vipin 1 · 0 0

You can't go wrong with GCC. Whether it's using Cygwin (which I don't recommend for reasons I'll state later), Dev-Cpp (a good IDE), and MinGW you'll be using the Gnu Compiler (GCC). If you are new to C and programming in general, I would suggest using an IDE like Dev-Cpp to write your source and for the benefits of an IDE like syntax highlighting. I would suggest for you not to compile your source in the IDE, though. The best way to learn what you are doing is by compiling from the command-line. For this to work effectively, you would need to place 'C:\Dev-Cpp\bin' in your systems path. Btw, I don't use Cygwin anymore because any binaries you compile with it inherently falls under the GPL. I have no problem with the GPL but there are other license issues that may arise from this restriction; namely I might wish to release some gear under a BSD style license. To avoid license issues which you may not understand just yet, just stay clear of Cygwin. edit: With 'c:\dev-cpp\bin' in your path you can still download the MinGW compiler and program from that command-line isntead of using MS's command-line. It gives you a nice little Unix feel for things.

2016-03-29 08:35:29 · answer #2 · answered by Kelly 4 · 0 0

Dev C++ is a great compiler and it is under the GNU license.

It may not be Turbo C/C++ yet it is great to work with and will bring you one step closer to the major professional tools like Borland C++ and Visual Studio 2005.

http://www.bloodshed.net/devcpp.html

2007-02-23 03:01:57 · answer #3 · answered by Knowledge 3 · 0 0

I would suggest getting the Eclipse IDE and then adding the C++ plug-in.

Eclipse is a good development environment and the plug-in has examples that should allow you a good start.

Link Below...... It is free from Sun.

2007-02-23 03:27:17 · answer #4 · answered by Ernie 4 · 0 0

www.c+dimunedndo.com

2007-02-23 05:15:53 · answer #5 · answered by Ashwin M 3 · 0 0

fedest.com, questions and answers