which one is the best compiler for a beginner c user like me?
Free Compilers/IDEs/Components/Frameworks/Debugger
Free Compilers/IDEs/Components/Frameworks/Debugger
|
|
Feb 19 2011, 10:39 PM
|
![]() ![]()
Junior Member
142 posts Joined: May 2010 |
which one is the best compiler for a beginner c user like me?
|
|
|
|
|
|
Feb 20 2011, 12:26 AM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
734 posts Joined: Jun 2010 |
QUOTE(wanakev2 @ Feb 19 2011, 10:39 PM) any compilers that support or partially support the latest standard (C99 and C89) the list is here: http://en.wikipedia.org/wiki/C99#Implementationson Linux system you probably already have gcc -just check the version to make sure it's the latest, if you're using windows then you can either build your gcc from source or get mingw to make your life easier or get an IDE plus compiler like Code::Blocks or Visual C++ Express |
|
|
Feb 22 2011, 07:13 PM
|
![]() ![]()
Junior Member
142 posts Joined: May 2010 |
QUOTE(mgjg @ Feb 20 2011, 12:26 AM) any compilers that support or partially support the latest standard (C99 and C89) the list is here: http://en.wikipedia.org/wiki/C99#Implementations owh...most programmers use which compiler?on Linux system you probably already have gcc -just check the version to make sure it's the latest, if you're using windows then you can either build your gcc from source or get mingw to make your life easier or get an IDE plus compiler like Code::Blocks or Visual C++ Express |
|
|
Feb 23 2011, 08:05 AM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
734 posts Joined: Jun 2010 |
|
|
|
Mar 9 2011, 09:52 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,484 posts Joined: Oct 2007 From: Diamond Bay |
diff platform, diff compiler used...
|
|
|
Apr 5 2011, 11:24 AM
|
![]() ![]() ![]() ![]()
Junior Member
595 posts Joined: May 2010 |
Komodo Edit
- a fast, smart, free and open-source code editor. - PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML 5, CSS 3 http://www.activestate.com/komodo-edit This post has been edited by ckuanglim: Apr 5 2011, 11:24 AM |
|
|
|
|
|
Nov 29 2011, 11:27 PM
|
![]() ![]() ![]()
Junior Member
344 posts Joined: Apr 2005 |
I'm trying to start learning C now, and am getting a little confused with the compilers. I'm using Visual C++ 2010 Express. When I launch the UI, there's no option to compile the C language. There's a DOS prompt that works through notepad though. Is that the one for C? Where coding has to be done on a notepad?
|
|
|
Nov 30 2011, 12:37 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,470 posts Joined: Nov 2007 |
Reis , i recommend u to use Pelles C , an IDE that adhere the C99 standard
|
|
|
Dec 1 2011, 12:16 PM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
971 posts Joined: Mar 2007 |
|
|
|
Dec 18 2011, 12:40 PM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
734 posts Joined: Jun 2010 |
QUOTE(Reis @ Nov 29 2011, 11:27 PM) I'm trying to start learning C now, and am getting a little confused with the compilers. I'm using Visual C++ 2010 Express. When I launch the UI, there's no option to compile the C language. There's a DOS prompt that works through notepad though. Is that the one for C? Where coding has to be done on a notepad? Generally the command line M$ compiler will use C rules when compiling *.c sources and C++ rules when dealing with *.cpp files, i.e you just invoke "cl c_source.c" or "cl cpp_source.cpp" in the MS Visual Studio Command Prompt. Try Vim (www.vim.org) as an alternative to Notepad/PFE/Edit.com, it works very well in teh command prompt. But IMO the best is that you actually learn to use the MSVC++ IDE. |
|
|
Dec 28 2011, 09:41 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,096 posts Joined: Dec 2011 |
For those using a Mac, Xcode is free
LLVM is a pretty good replacement for GCC too |
|
|
Sep 12 2012, 11:53 AM
|
![]() ![]()
Junior Member
69 posts Joined: Jul 2010 |
Development in Web in C#? Strongly encourage to use MVC.
-even more matured framework after release of MVC4 -Convention over Configuration (like RnR) -MVC centric framework -Gd Separation UI, Logic -of course, open source now under CodePlex Wonder anyone here using that extensively, maybe share your creation? Development in WPF, must have debugger tools -Snoop (Ok, only for those practise MVVM) This post has been edited by GNeySoftware: Sep 12 2012, 11:54 AM |
|
|
Feb 22 2013, 01:26 PM
|
![]() ![]() ![]() ![]()
Senior Member
608 posts Joined: Nov 2009 From: 127.0.0.1 |
|
|
|
Mar 4 2013, 07:40 PM
|
![]()
Newbie
3 posts Joined: Mar 2013 |
Hi guys
Just wondering , is there anybody still using Clipper compiler ? :-) Clipper compiler was developed by Nantucket, later bought by another company.. its for dbase or xbase language back then. |
|
|
May 23 2013, 12:47 PM
|
![]()
Junior Member
40 posts Joined: Jan 2008 |
Hi guys, currently checking out EmberJS as a client-side MVC. I would highly recommend it as it is open-sourced and powered by the community. Not to mention, one of its creator is Yehuda Katz, the core-developer for jQuery and Ruby-on-Rails.
Not to mention, integrating EmberJS to an existing server-side framework is sweet as well. Take for instance for Ruby on Rails, all that is required is having the following line included in the Gemfile of Rails: CODE gem 'ember-rails' |
| Change to: | 0.0143sec
0.56
5 queries
GZIP Disabled
Time is now: 30th November 2025 - 05:14 PM |