C compiler
Moderator: Coders of Rage
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
C compiler
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
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: C compiler
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.
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.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: C compiler
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.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: C compiler
Indeed. And don't let the Visual Studio C++ Express scare you. It is also a fully featured C environment.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.
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: C compiler
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
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- bluesoul120
- Chaos Rift Newbie
- Posts: 7
- Joined: Thu Jun 11, 2009 11:52 pm
- Favorite Gaming Platforms: Sega Genesis, PS2, 360
- Programming Language of Choice: C++, Java, Python
- Location: Delaware
Re: C compiler
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.
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.
-
- Chaos Rift Junior
- Posts: 209
- Joined: Thu Feb 12, 2009 8:46 pm
Re: C compiler
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.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.
NetBeans and Eclipse both offer powerful development environments for C and C++.
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: C compiler
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
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- WSPSNIPER
- Chaos Rift Regular
- Posts: 145
- Joined: Sun Jan 03, 2010 6:19 pm
- Current Project: top down shooter
- Favorite Gaming Platforms: ps3
- Programming Language of Choice: c++
Re: C compiler
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
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: C compiler
But isn't qt really geared more towards C++?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