Author Topic: Add GMP library functions to code-completition  (Read 2666 times)

Offline gygabyte017

  • Multiple posting newcomer
  • *
  • Posts: 10
Add GMP library functions to code-completition
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Add GMP library functions to code-completition
« Reply #1 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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]