Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Free nice C compiler for Windows?

Status
Not open for further replies.

neocool

Member level 4
Joined
Jun 3, 2004
Messages
79
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,112
Hello,
I am currently using Dev C++ 4.9.8.0 compiler for my c projects.
How would you evaluate it? Are there any better free versions on internet?

Thanks!
 

Actual Version is 4.9.8.10

Seems to bee pretty fine. I love national language supprot, and that this package contains nearly everything you need for rapid developing.


let the otheres (if they dont know where to download) share the experience :

h**p//www.bloodshed.net
 

another good one is LCCWIN32

**broken link removed**
 

borland V5 Cpp command line tool , but no IDE .
 

Microsoft Visual C++ Toolkit 2003
h**p://msdn.microsoft.com/visualc/vctoolkit2003/
 

Hi:)
Hey, it seems that you completely forgot about GNU win32 port, the CygWin project!
 

aProgrammer said:
Microsoft Visual C++ Toolkit 2003
h**p://msdn.microsoft.com/visualc/vctoolkit2003/

free available version does not have gui, right?
 

Hello all.
GCC under cygwin is always a good option. You can generate autonomous windows applications (that run without cygwin). A problem is that there is no graphical ide.
It seems that a very good way to do add graphics to the gcc c applications is using tcl/tk.
Take a look in
www.tcl.tk
It is a quite difficult path to the beginner but freee and compatible with all platforms.....
Maybe better than all this C junk and waste of time could be just Java!
Java=Compatibility, free tools, millions of people developing, lots of free code, better security, lots of jobs, etc....
Greeting to all
S.
 

There's also a Free Compilers list at the Dev-C website

**broken link removed**

Git
 

use MinGW is very good

visit www.mingw.org

MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.

include MYsys
MSYS: A Minimal SYStem to provide POSIX/Bourne configure scripts the ability to execute and create a Makefile used by make.

enjoy
 

bamdad said:
Hi:)
Hey, it seems that you completely forgot about GNU win32 port, the CygWin project!

In fact Dev C++ is using the power of GCC with a very good user interface
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top