Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
HOW to make smartsense work with struct ?!
(1/1)
dongxurr123:
There is a struct define as
--- Code: ---struct MyStruct
{
a;
b;
};
--- End code ---
If I declare a varibale as
--- Code: ---MyStruct mystruct1;
...
//when I type "mys", it will automatically lauch the mystruct1
--- End code ---
But if I declare a varible as
--- Code: ---struct MyStruct mystruct1;
...
mys.. //It doesn't work as I have never declared the varibale
--- End code ---
SmartSense can't work with the declare with "struct"?!
Loaden:
struct MyStruct
{
a;
b; // ??
};
Try nightly build.
Navigation
[0] Message Index
Go to full version