Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: WarGoX on October 20, 2007, 07:37:01 am
-
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.
-
Did you put 'using namespace std;' somewhere in your file, or don't you forget 'std::' before your stl containres like list, string, etc?