Chaosforge Forum

  • April 16, 2024, 01:13
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Compiler help, please  (Read 6192 times)

TFoN

  • Colonel
  • *
  • Offline Offline
  • Posts: 562
  • Gleefully antisocial!
    • View Profile
Compiler help, please
« on: December 13, 2007, 10:16 »

I'm looking for a good, free C++ compiler to work with. Any suggestions?

DaEezT

  • Greater Elder
  • Colonel
  • *
  • *
  • Offline Offline
  • Posts: 565
    • View Profile
Re: Compiler help, please
« Reply #1 on: December 13, 2007, 12:18 »

Logged
"Morality is merely a convention with which men mutually agree to delude themselves. There are no moral facts, just preferences, and one is no better than any other."

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Compiler help, please
« Reply #2 on: December 13, 2007, 20:44 »

There's also Visual Studio 2008 Express Edition -- I use it for StarDreamer and it's quite good (except the lack of a debugger).

http://www.microsoft.com/express/

Duh, I never thought I'd be bringing up a microsoft link in a positive sense -_-
Logged
at your service,
Kornel Kisielewicz

Malek Deneith

  • Grand Inquisitor Emeritus
  • Grand Inquisitor
  • Lieutenant General
  • *
  • *
  • Offline Offline
  • Posts: 1256
    • View Profile
Re: Compiler help, please
« Reply #3 on: December 14, 2007, 04:23 »

Myself I was always fond of Dev-C++/wxDev-C++ for some reason.
Logged
Inquisition - saving your soul, one bolter shell at a time.
Spoiler: "Hackmaster Kills" (click to show/hide)

TFoN

  • Colonel
  • *
  • Offline Offline
  • Posts: 562
  • Gleefully antisocial!
    • View Profile
Re: Compiler help, please
« Reply #4 on: January 12, 2008, 11:04 »

Thanks for the help. I've since been using Bloodshed Dev-C++, which has been very comfortable.

I'm now working on studying, and then altering, Stone Soup as a learning experience, however long that may take... Wish me luck :)

commodorejohn

  • Lance Corporal
  • *
  • Offline Offline
  • Posts: 33
    • View Profile
Re: Compiler help, please
« Reply #5 on: January 12, 2008, 17:03 »

Dev-C++ is a very easy compiler to set up, that's what I like about it.
Logged

Carpetsmoker

  • Private FC
  • *
  • Offline Offline
  • Posts: 11
  • Nexus-6
    • View Profile
    • DaemonForums
Re: Compiler help, please
« Reply #6 on: January 12, 2008, 20:02 »

Dev-C++ is not a compiler, it's GCC with a GUI.
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Compiler help, please
« Reply #7 on: January 12, 2008, 20:29 »

Actually if we want to be pedantic -- Dev-C++ is a JUST a GUI for any GCC-based compiler (usualy MinGW)
Logged
at your service,
Kornel Kisielewicz

Igor Savin

  • Elder Chaos Guard
  • Second Lieutenant
  • *
  • *
  • Offline Offline
  • Posts: 180
    • View Profile
Re: Compiler help, please
« Reply #8 on: February 10, 2008, 12:15 »

Speaking of IDE, IMHO, nothing beats CodeBlocks (http://www.codeblocks.org/), but be sure to grab one of the nightly builds (RC is REALLY outdated).

Though I'm afraid it's too late to recommend anything new :).
Logged
Pages: [1]