News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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?