User forums > Using Code::Blocks

Add GMP library functions to code-completition

(1/1)

gygabyte017:
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

oBFusCATed:
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...

Navigation

[0] Message Index

Go to full version