News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Help Files et al

Started by altairmn, January 29, 2012, 07:17:04 AM

Previous topic - Next topic

altairmn

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.

MortenMacFly

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: [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]