Jump to content

C++ Compiler

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
I need a C++ Compiler, any one got one?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
GCC. Look into the MingW-package.

#3
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
Dev Bloodshed C++

#4
CPlusPlus

CPlusPlus

    Newbie

  • Members
  • PipPip
  • 29 posts
Ah, dont worry ive got one, thanks alot anyway, guys.

#5
Victor

Victor

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
I would like to second the recommendation for Bloodshed's Dev-Cpp. If you're going to program for Windows, MSVC++ (Microsoft Visual Studio) is a good option. I use both. MSVC++ biggest advantage is much smaller output files because the MSVC++ uses the .NET Framework which has everything it needs (library etc...) pre-installed on all Windows (XP and Vista to my knowledge). Hope this info is useful.

#6
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Hoser101 and Victor, you've to remember that he's looking for a compiler. Dev-C++ is not a compiler, but an IDE (Integrated Development Environment) Dev-C++ uses the compiler-package, as I suggested in my previous post, MingW.