ok, so i am typing code for a nifty structure.
Code:typedef struct c3 { int x; int y; int z; }coords;
and in visual c++ 6.0 professional i do this:
coords mycoords;
then if I type mycoords.x, it will not bring up the code completion!
what the hell is going on!
this is absolutely essential to me!!!
any help appreciated,
spoon_



LinkBack URL
About LinkBacks


