Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pasparis on December 15, 2012, 10:17:15 pm

Title: code completion for standart C++ library/
Post by: pasparis on December 15, 2012, 10:17:15 pm
Hello,

I'am starting to use codeblock, on ubuntu 12.04,I run into a problem with no C++ code completion for standart C++ function;
when I type #include <io..> nothing in selection and with a standart STL vector ivVector.??? nothing in the available method

but the completion works for my code; I don't know what I need to do

thanks for help
patrick
Title: Re: code completion for standart C++ library/
Post by: phoe on December 18, 2012, 01:52:51 pm
I am having this exact same problem on Windows 7 64-bit. SmartSense only works for my own code, but doesn't suggest anything for vectors or iterators for example.