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.

Looking for a C Compiler for PC

Status
Not open for further replies.

raman_engr

Newbie level 5
Joined
Feb 23, 2006
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,396
C Compiler

Hi,
i want a C compiler for learning C language on Personal Computer. Can u tell where i can get it from.
 

Re: C Compiler

Hi

Borland has free C\C++ compiler on there site


Look at : www.borland .com


All the best

Bobi
 

Re: C Compiler

If you use a linux environment you can use gcc (GNU C Compiler) it is a commandline compiler and not and IDE so any files with C++/C extentions can be compiled
 

Re: C Compiler

Codeblocks IDE is a very powerfull IDE for various C/C++ compilers (gcc, vc++). Is free and is available for Windows/Linux/BSD.
Very usefull for setting up custom compilers (like cross compilers) and includes native support for SDCC (excellent 8051 compiler) and ICC.

https://www.codeblocks.org
 

Re: C Compiler

raman_engr said:
Hi,
i want a C compiler for learning C language on Personal Computer. Can u tell where i can get it from.

hi
do u want it to PC applications?? or to program Microcontrollers??
if u want it to PC applications choose any one of the previeus SW.
if u want it to program microcontrollers use www.keile.com or www.iar.com
they r the most common microcontrollers compilers
also for PIC MC there r PICC compiler. is good
hope that help u :)
have a nice day
salam
ahmed
www.i-g.org
 

Re: C Compiler

Turbo C for C and borland C for C++.
Also there are a lot of C compliler such as
Embedded C
Visual C++
Visual C++ .NET
,....
 

C Compiler

Try downloading cygwin and you can run gcc from that. It is free and a powerful environment.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top