Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: edexter on March 20, 2008, 04:52:19 am

Title: help files
Post by: edexter on March 20, 2008, 04:52:19 am
I was able to add help files to the start menu by editing the web page (adding links to the pdf's and c whatver) and then placing it back into the zip file... I don't realy understand the docs about plugins and suspect the commplaints about ot adding help files could be
misleading (since start is a plugin???)...  Is there an easy way to add these to the help menu instead???
Title: Re: help files
Post by: Ceniza on March 20, 2008, 09:56:54 am
Just use the help plugin (be sure it's installed first). Settings -> Environment [Help files] is where you can manage your help files.

There's a bug in the help plugin that comes with the 8.02 release. I recommend you to install 8.02, and, on top of it, a Nightly build (the 10 March Nightly build has the bugfix, but you can also try with the 18 March one).
Title: Re: help files
Post by: edexter on March 22, 2008, 01:35:54 am
That explains why I saw it in one manual and not the others...  I am off to look for 7-zip then so I can try that
Title: Re: help files (suggest some)
Post by: newbee on May 28, 2008, 05:13:51 pm
Could you please direct me to where I could get basic manuals?

The C++ Language reference and the Standard Library reference are what I need (I use GCC).

Any installable in the help plugin format will do.

Tia..
Title: Re: help files (suggest some)
Post by: Deschamps on May 28, 2008, 10:50:08 pm
Could you please direct me to where I could get basic manuals?
The C++ Language reference and the Standard Library reference are what I need (..)

You could begin downloading the great "Thinking in C++ 2nd.Edition" (http://mindview.net/Books/TICPP/ThinkingInCPP2e.html) books (vols. 1 and 2) by Bruce Eckel.

Regards.
Title: Re: help files (suggest some)
Post by: codeur on May 29, 2008, 06:08:31 am
Could you please direct me to where I could get basic manuals?
The C++ Language reference and the Standard Library reference are what I need (I use GCC).
Any installable in the help plugin format will do.

Check http://cppreference.com (both C and C++ help. Not compiler specific)
The help is downloadable in various formats in the FAQ.