I'm used to do some "object-like" coding in C, like using function pointers in structures to behave like method in classes.
Unfontunately, the code completion is not working as I would expect: the function is not recognized when it comes from a structure, but in cases where the field of the structure has the same name as an existing function the code completion uses the function (which may be misleading)
I have some other complaints about arrays in structure but I have no precise example to give.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.