Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Free Compilers/IDEs/Components/Frameworks/Debugger

views
     
wanakev2
post Feb 19 2011, 10:39 PM

Getting Started
**
Junior Member
142 posts

Joined: May 2010
which one is the best compiler for a beginner c user like me?
mgjg
post Feb 20 2011, 12:26 AM

Enthusiast
*****
Senior Member
734 posts

Joined: Jun 2010
QUOTE(wanakev2 @ Feb 19 2011, 10:39 PM)
which one is the best compiler for a beginner c user like me?
*
any compilers that support or partially support the latest standard (C99 and C89) the list is here: http://en.wikipedia.org/wiki/C99#Implementations
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

wanakev2
post Feb 22 2011, 07:13 PM

Getting Started
**
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
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
*
owh...most programmers use which compiler?
mgjg
post Feb 23 2011, 08:05 AM

Enthusiast
*****
Senior Member
734 posts

Joined: Jun 2010
QUOTE(wanakev2 @ Feb 22 2011, 07:13 PM)
owh...most programmers use which compiler?
*
Can't answer that, never did the research. Try mingw-gcc or code::blocks if you're on windows icon_rolleyes.gif

brutalsoul
post Mar 9 2011, 09:52 PM

A goal without a plan is just a wish
******
Senior Member
1,484 posts

Joined: Oct 2007
From: Diamond Bay



diff platform, diff compiler used...
ckuanglim
post Apr 5 2011, 11:24 AM

On my way
****
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
Reis
post Nov 29 2011, 11:27 PM

Casual
***
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?
kailoonthedog
post Nov 30 2011, 12:37 AM

I have no super cow power~~~
*******
Senior Member
2,470 posts

Joined: Nov 2007
Reis , i recommend u to use Pelles C , an IDE that adhere the C99 standard
redlyfs
post Dec 1 2011, 12:16 PM

T-Roll
*****
Senior Member
971 posts

Joined: Mar 2007
For people doing X3D..

http://www.web3d.org/x3d/content/README.X3D-Edit.html
mgjg
post Dec 18 2011, 12:40 PM

Enthusiast
*****
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.

malleus
post Dec 28 2011, 09:41 PM

Look at all my stars!!
*******
Senior Member
2,096 posts

Joined: Dec 2011
For those using a Mac, Xcode is free smile.gif

LLVM is a pretty good replacement for GCC too
GNeySoftware
post Sep 12 2012, 11:53 AM

Getting Started
**
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
VengenZ
post Feb 22 2013, 01:26 PM

La la la~
****
Senior Member
608 posts

Joined: Nov 2009
From: 127.0.0.1



http://laravel.com/

Powerful PHP framework, one of the best out there.
k_a_a
post Mar 4 2013, 07:40 PM

New Member
*
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.
ZeBW
post May 23 2013, 12:47 PM

New Member
*
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'


5 Pages « < 3 4 5Top
 

Change to:
| Lo-Fi Version
0.0143sec    0.56    5 queries    GZIP Disabled
Time is now: 30th November 2025 - 05:14 PM