Author Topic: Code::Blocks Compilers  (Read 3117 times)

nyghtfyre

  • Guest
Code::Blocks Compilers
« on: November 30, 2008, 09:21:54 pm »
Are there any built in compilers?
I don't have any installed, since I'm working off a flashdrive at work...
Is there a build in compiler or can someone provide a link for a standard C++ compiler?

Thanks in advance.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Code::Blocks Compilers
« Reply #1 on: November 30, 2008, 09:23:34 pm »
Try MinGW -- you can download a version of Code::Blocks that includes it.
« Last Edit: December 01, 2008, 12:39:51 am by TDragon »
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

nyghtfyre

  • Guest
Re: Code::Blocks Compilers
« Reply #2 on: November 30, 2008, 09:24:46 pm »
Thank you, I will try that.