| View previous topic :: View next topic |
| Author |
Message |
purloinedheart
Joined: 04 Apr 2008 Posts: 537 Location: Canada
|
Posted: Fri Sep 04, 2009 10:47 pm Post subject: C++ Compilers |
|
|
| Before I switched computers, I was using Code::Blocks, but that doesn't seem to want to run on my new laptop, so does anyone know any good compilers? Preferably something small / possibly portable (with a debugger too.. do they come standard?). |
|
| Back to top |
|
 |
Tuncay
Joined: 07 Nov 2006 Posts: 1886 Location: Germany
|
Posted: Sat Sep 05, 2009 4:04 pm Post subject: |
|
|
May be this is what you look for?
Mhm not sure if it matches all your conditions. |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Wed Sep 09, 2009 11:11 am Post subject: |
|
|
Last time I checked, Code::Blocks used the compiler you give to it, be it gcc (MingW for example) or Visual Studio one, etc.
Note that Visual Studio Express can be downloaded for free. Not exactly "small / portable", but hey, quite good at what it does.
See also C++ compilers. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Tuncay
Joined: 07 Nov 2006 Posts: 1886 Location: Germany
|
Posted: Wed Sep 09, 2009 5:49 pm Post subject: |
|
|
Here is another shot:
Mostly to use with MinGW (the famous GCC for Windows). |
|
| Back to top |
|
 |
|