News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code Completion, many lists ?

Started by ez88, March 14, 2015, 03:38:10 PM

Previous topic - Next topic

ez88

Hi!

I use "Code::Blocks 13.12" IDE, (MinGW, C++).
My problem, when i type "std::vector< int > myList" in "main.cpp" file, and i type "myList.", then i see the "code completion" list, where i see many methods, what no in "Visual C++". For example: "void _M_fill_assign()", "_M_fill_initialize()" etc.
What is this? These have the "std::vector" variable? I want, then these methods not displaying in my "code completion" list.
Is it possible?

Thank you, answers. :)
ez88