c++ code completion status report
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Wed Jan 9 15:32:06 UTC 2002
On Wednesday 09 January 2002 8:55 am, August Hörandl wrote:
> Thomas Schilling wrote:
> > And how about this:
> > class A { ... }; class B { ... }; class C { ... };
> > C operator+(A,B);
> > A a; B b;
> > ... (a+b). // we should list C's members
> >
> > Darn C++, uh? ... ;)
>
> even stranger:
>
> A* pa;
> pa->
>
> should list the members of C - if there is
> C* A::operator -> ()
>
> just my 2 (euro)cents
> Gustl
'omigod!!!'... Please save me from C++ :)
-- Richard
More information about the KDevelop-devel
mailing list