Get Updates (It's FREE)

Results 1 to 4 of 4

Thread: Looking free C++ compiler

  1. #1
    (9) Cadillac AwkwardPublic's Avatar
    Joined
    Nov 2011
    Locale
    Phoenix, Arizona, United States
    Age
    24
    Posts
    204
    Thanks
    69
    Thx'd 67 times in 46 Posts

    Default Looking free C++ compiler

    Hey all,

    Does anyone have any suggestions for a free c++ compiler?

    So far I've found Dev++, Code Blocks, Borland c++, and Pellas c.

    I was wondering if anyone had any feedback of the above or any unmentioned.



    Thanks everyone


    Cory

  2. #2
    (9) Cadillac AwkwardPublic's Avatar
    Joined
    Nov 2011
    Locale
    Phoenix, Arizona, United States
    Age
    24
    Posts
    204
    Thanks
    69
    Thx'd 67 times in 46 Posts

    Default

    I suppose I'll just try em all then...

  3. #3
    (14) Hyundai JPBB's Avatar
    Joined
    Aug 2011
    Locale
    Texas
    Age
    39
    Posts
    13
    Thanks
    1
    Thx'd 6 times in 5 Posts

    Default

    Not sure of the end application, but here are two things that might help (I have no stake in either).

    If you're going for a single-file .exe, take a look at NeoBook from Neosoftware. I keep it in my Toolbox at all times.

    If you're aiming to write your code to a chip/micro controller, take a look at the opensource Arduino and hardware.

    Both are quickly learnable for non-programmers but flexible enough for out-of-the box creativity.

  4. The Following User Says Thank You to JPBB For This Useful Post:

    AwkwardPublic (Feb 13th, 2012)

  5. #4
    (14) Hyundai
    Joined
    Jan 2012
    Locale
    Redondo Beach
    Age
    33
    Posts
    15
    Thanks
    7
    Thx'd 4 times in 4 Posts

    Default

    From the options you gave, I'm assuming you are using Windows. If you're using Linux or OS X, there is a C++ compiler (gcc) built in to the operating system. I've used Code Blocks in the past and as I recall it was pretty user friendly (although this was coming from working in a terminal window, so I may be easily impressed). Keep in mind that Code Blocks is primarily an IDE, so you'll need to download the Code Blocks + mingw package to have a compiler, if you don't want to install a compiler separately.

    If you don't need an IDE, you can install Cygwin to get the gcc compiler. And if you're just learning C++, you can get a free version of Microsoft's Visual Studio Express, but you're not allowed to use it for commercial work (and the paid version if ~$700). I find Visual Studio to be a bit overwhelming, but I'm more used to hammering out code in Vim.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wordpress Help for FREE!! 2 hours for free
    By PhillipDyhr in forum Web Businesses/Internet Marketing
    Replies: 0
    Last Post: Oct 28th, 2011, 05:25 AM
  2. Which One Would You Want FREE?
    By petethepeddler in forum Web Businesses/Internet Marketing
    Replies: 8
    Last Post: Jul 7th, 2011, 09:31 PM
  3. Free Free Free!
    By rzach41 in forum Real Estate (Residential)
    Replies: 2
    Last Post: Jan 22nd, 2008, 12:08 AM
  4. For free or not for free?
    By zaiteku in forum Web Businesses/Internet Marketing
    Replies: 2
    Last Post: Jan 17th, 2008, 05:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •