Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
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...