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

HOW to make smartsense work with struct ?!

Started by dongxurr123, July 20, 2011, 03:21:48 AM

Previous topic - Next topic

dongxurr123

There is a struct define as  

struct MyStruct
{
     a;
     b;
};


If I declare a  varibale as

MyStruct mystruct1;
...
//when I type "mys", it will automatically lauch the mystruct1


But if I declare a varible as

struct MyStruct mystruct1;
...
mys..   //It doesn't work as I have never declared the varibale


SmartSense can't work with the declare with "struct"?!

Loaden

struct MyStruct
{
      a;
      b;
// ??
};

Try nightly build.