News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

New parser model for Code completion

Started by takeshimiya, December 08, 2005, 09:15:31 AM

Previous topic - Next topic

grv575

I did check out ucpp which compiles great on mingw but didn't handle simple:

#include <iostream>
or
#include <blah.h>

said it couldn't find them...the standard include path is set to /usr/include and /usr/local/include though.  But the gcc preprocessor does correctly pull in these header sources...

takeshimiya

Something must be wrong with the paths then.

Raindog

So what are the plans afer acquiring  a full C++ parsing ability?