User forums > Help
Constructor code completion / parsing
(1/1)
Meiner:
Hi,
I have a question regarding the parsing of the constructor parameter list. When I try to instance an object I get no list of arguments expected by the constructor(s). Is that the right behaviour of CodeBlocks or am I doing something wrong?
(I'm using the nightly build 8466).
--- Code: ---class MyClass
{
puplic:
MyClass(int i);
}
MyClass a(5);
--- End code ---
Thanks in advance.
Navigation
[0] Message Index
Go to full version