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

5 answers

I take it you mean the C compiler... well you have an option to use Microsoft's Visual C++ 6.0, which is a software you'll need to buy, or you can download the free DevC++, which is based on gnu C compiler. The later is open source, so it is free, and you can get it from here:

www.bloodshed.net/devcpp.html

Good luck learning C :)

Get more tips from http://www.mycsharpcorner.com

2007-03-29 08:35:15 · answer #1 · answered by Anonymous · 0 0

You could consider the GNU G++ application to develop in C, C++, Objective-C, Fortran, Java, and Ada. This is a free application and it is available on multiple platforms (unlike MS Visual Studio which is really only available on MS Win32 systems).

2007-03-29 15:29:07 · answer #2 · answered by Jim Maryland 7 · 0 0

Microsoft Visual C++ 6.0 or 2005 , get it from www.msdn.com , its easy to install.

* oh it is compatiable with C source files*

in notepad save source file as HelloWorld.c



and microsoft visual C++ 2005 is easy to use

happy coding


CodeSeeker

2007-03-29 15:23:50 · answer #3 · answered by Anonymous · 0 0

here is step by step:

1. go to cygwin.com.
2.run the setup.exe from there
3.after few steps click the option marked a gcc c compiler in delevel option.
4.set the path in environment variables after installing the compiler.
5. compile your files by
got to run>cmd> gcc helloworld.c -o helloworld.exe

2007-03-29 16:19:42 · answer #4 · answered by Anonymous · 0 0

Yep. Either Microsoft Visual C++ 2005 Express Edition (it's free, at www.microsoft.com), or Dev-Cpp (also free, you can download it from www.bloodshed.net).

2007-03-29 15:30:21 · answer #5 · answered by Chris S 2 · 0 0

fedest.com, questions and answers