Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: gygabyte017 on June 11, 2010, 03:06:53 pm

Title: Add GMP library functions to code-completition
Post by: gygabyte017 on June 11, 2010, 03:06:53 pm
Hi, I've successfully downloaded and compiled GMP library in Windows, and I'm able to compile without problems.
Now I'd like to add the new functions exported from GMP to code-completition, so that when I start to type a new function's name, the code-completition recognise it and suggest function name and arguments.

How can I do that?

Thanks
Title: Re: Add GMP library functions to code-completition
Post by: oBFusCATed on June 11, 2010, 07:04:58 pm
Including a header from the lib should do it, but if the lib uses some complex constructs (templates, macros) it won't work.
The parser in the CC has some missing features...