Author Topic: Help Files et al  (Read 3830 times)

Offline altairmn

  • Single posting newcomer
  • *
  • Posts: 2
Help Files et al
« on: January 29, 2012, 07:17:04 am »
I have a query.

In the Turbo C++ compiler there is a help section where information regarding header files and predefined functions can be obtained. I am unable to find anything similar to it in Code::Blocks.

Please Help.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Help Files et al
« Reply #1 on: January 29, 2012, 07:29:07 am »
See:
http://www.cplusplus.com

Notice that C::B offers to integrate help files at will (i.e. CHM files, MAN pages etc...)
Pick the ones you need, add them to the help system and your are done.

As Code::Blocks supports many platforms, compilers and frameworks we don't distribute any help files - it would be way to many. Please help yourself.
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