Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: Error on February 11, 2013, 09:54:32 am

Title: Auto Completion Plugin
Post by: Error on February 11, 2013, 09:54:32 am
Recently, I started to use Code::Blocks 12.11 instead of 10.05.

I am doing normal C++ codes, but auto-completion isn't working  :'(

How can I get rid of this.

can you believe that , it's not either suggesting "printf" or "scanf"
Title: Re: Auto Completion Plugin
Post by: scarphin on February 11, 2013, 10:07:24 pm
Are you sure you've included the correct files like 'stdio.h' instead of 'iostream'? I'm asking because although they can be used in C++, 'printf' and 'scanf' are not actually C++. Other than that I've never managed to get code completion for C++ standard library, don't know why. Must be something related with settings.
Title: Re: Auto Completion Plugin
Post by: Error on February 12, 2013, 10:40:38 am
My header files are okay . Nothing is showing for auto completion absolutely nothing