User forums > Using Code::Blocks

One question

<< < (2/4) > >>

vso:
please answer!!!

Biplab:
I'm very sorry. I didn't notice your earlier post.

It seems that Code-Completion plugin is not parsing stdio.h. But I'm not sure why?

raph:
What version of Codeblocks are you using?

dumarjo:
i use 3586 svn and this is working. What is not working is when :

struct t
{
char allo;
char bonjour;
};

void main(void)
{
struct t test;
test.
}

i didn't see the list of member of the struct t. is it normal ?

dumarjo

TDragon:

--- Quote from: dumarjo on February 15, 2007, 04:14:04 pm ---struct t test;

--- End quote ---
As far as I know, the code completion parser doesn't currently recognize C-style struct declarations.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version