News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Compiler&Drbugger

Started by Dimkin, October 03, 2008, 10:28:23 PM

Previous topic - Next topic

Dimkin

I'm sorry if I'm asking question that everyone else asked already, I just couldn't find answer on the forum.

I've just downloaded C::B and managed to apply Digital Mars Compiler to it. Is there something better for C::B and how should i apply a debugget to C::B and which one?

Thanks,
  Dimkin

MortenMacFly

Quote from: Dimkin on October 03, 2008, 10:28:23 PM
I've just downloaded C::B and managed to apply Digital Mars Compiler to it.
Digital Mars offer 2 compilers (at least to my knowledge). One for D and one for C++. Which one do you use?

In addition: Although C::B can be used with a very wide range of compilers it fist best your needs if you run it with GCC. This compiler also ships with a Debugger. It allows you to develop applications in C and C++ (Fortran... in addition).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]