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