User forums > Help
Objects of a class
al7amimi:
Can you please check the attached image to verify that the settings are correct?!
thnx
[attachment deleted by admin]
Alpha:
Settings look like they should work. Can you give exact steps to reproduce?
dmoore:
I can't reproduce OPs problem. I tried the following code saved as main.cpp with no project on Linux with recent rev of trunk
--- Code: ---#include <stdio.h>
#include <string.h>
class myclass
{
public:
myclass() {}
int myfunc(int a)
{
return a+1;
}
};
int main()
{
myclass a=myclass();
a.|
}
--- End code ---
a. offers myfunc as would be expected
al7amimi:
I am forced to disable/enable code completion and restart every time to enable this feature?! The older version did not have such issue...so what do you guys think?!
thnx
al7amimi:
Restarting the editor every time is not fair if you ask me...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version