Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: montchai on July 14, 2005, 11:15:02 am

Title: Please tell me where I can find class library help?
Post by: montchai on July 14, 2005, 11:15:02 am
I used VC++ before code::blocks, in VC++ it has MSDN Library for look functions, class, and etc. for help. But for Code::Blocks what is the help I can use with CB, or anyone can tell me which website I can download the help?
Thank you
Title: Please tell me where I can find class library help?
Post by: David Perfors on July 14, 2005, 11:39:02 am
As far as I know there is currently no functionality or plugin for helpfiles support. It is possible to make a plugin for it, but that isn't done yet.

[edit]

I have to correct myself, in the cvs there is a help plugin. I didn't try it yet. You can find it in the directory src/plugins/contrib/help_plugin

[/edit]