Page 1 of 1
C compiler
Posted: Sun Sep 12, 2010 9:25 am
by thbp
Hello I'm in look of an IDE and C compiler currently i'm using Notepad++ and tiny CC (c compiler)... so yes i thinking of upgrading :D
Re: C compiler
Posted: Sun Sep 12, 2010 9:28 am
by JaxDragon
Dev-C++ can do C code and compilation with the MingW suite.
You could use Code::Blocks, Visual Studio, CodeLite, and other IDE's.
Or you could use a text editor and gcc for compiling.
Most IDE's that compile C++ also compile C natively.
Re: C compiler
Posted: Sun Sep 12, 2010 10:27 am
by dandymcgee
Use Visual Studio C++ Express Edition 2008. Unless of course you can get the full version. 2010 is out, but honestly I still can't get it to run quite as good as 2008.
Re: C compiler
Posted: Sun Sep 12, 2010 10:46 am
by JaxDragon
dandymcgee wrote:Use Visual Studio C++ Express Edition 2008. Unless of course you can get the full version. 2010 is out, but honestly I still can't get it to run quite as good as 2008.
Indeed. And don't let the
Visual Studio C++ Express scare you. It is also a fully featured C environment.
Re: C compiler
Posted: Sun Sep 12, 2010 6:31 pm
by thbp
Oh i've used VSC++ and CodeBlock just i'm asking what's others i'm thinking of going back to VSC but just wasn't sure
Re: C compiler
Posted: Sun Sep 12, 2010 6:47 pm
by bluesoul120
I personally enjoy gedit and gcc when I program in C but seeing as thbp is a Winblows guy VSC++ is probably the best bet.
On another note, you've been learning C++ for the time I've known you. You may want to stick to C++ as it's a little friendlier to people first starting out. I know most people say learn C first but it is truly unforgiving and easily throws beginners off track.
Re: C compiler
Posted: Sun Sep 12, 2010 7:50 pm
by wearymemory
bluesoul120 wrote:I personally enjoy gedit and gcc when I program in C but seeing as thbp is a Winblows guy VSC++ is probably the best bet.
On another note, you've been learning C++ for the time I've known you. You may want to stick to C++ as it's a little friendlier to people first starting out. I know most people say learn C first but it is truly unforgiving and easily throws beginners off track.
Nowadays, C and C++ should both be considered as completely different languages, rather than as the latter being a subset of the former. It's perfectly acceptable to say they have similar concepts and syntax, but so do most other modern-day programming languages.
NetBeans and Eclipse both offer powerful development environments for C and C++.
Re: C compiler
Posted: Sun Sep 12, 2010 9:04 pm
by thbp
I use both actually Both nix and Windows (more windows though) but i'm currintly investing into Apple MacBook and Ipod. for the fact that school wise some of the teachers will send me files via internet and i have to open them in my Abi word and stuff no big deal it's not hard at all, just i feel it'd be easier sometimes to just have a mac book for school. So i can easily on the fly take it and do presentations with there Apple products there
Re: C compiler
Posted: Sun Sep 12, 2010 9:05 pm
by WSPSNIPER
qt creator = the best ide i have ever used, cross platform, very fast, includes easy access to the qt libs, and easy to use! try it
Re: C compiler
Posted: Mon Sep 13, 2010 8:01 pm
by JaxDragon
WSPSNIPER wrote:qt creator = the best ide i have ever used, cross platform, very fast, includes easy access to the qt libs, and easy to use! try it
But isn't qt really geared more towards C++?