User forums > Using Code::Blocks
STL Completation
(1/1)
WarGoX:
Hi:
I'm using Code::Blocks to program under a Linux enviroment, (Debian Lenny/Sid, gcc, g++, and usual stuff) The problem it's that i need to write a project and i going to use the STL libraries (list, vector, etc.) and i realize that the completion for this libraries doesn't work, can any one help me? i need to install some plugin, enable an option or what i need to do to get the completion of the STL libraries.
orel:
Did you put 'using namespace std;' somewhere in your file, or don't you forget 'std::' before your stl containres like list, string, etc?
Navigation
[0] Message Index
Go to full version