Author Topic: Compiler&Drbugger  (Read 2607 times)

Dimkin

  • Guest
Compiler&Drbugger
« on: October 03, 2008, 10:28:23 pm »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compiler&Drbugger
« Reply #1 on: October 04, 2008, 04:34:15 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ