News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

STL Completation

Started by WarGoX, October 20, 2007, 07:37:01 AM

Previous topic - Next topic

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?
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :[url="http://forums.next.codeblocks.org/index.php/topic,7063.0.html"]http://forums.next.codeblocks.org/index.php/topic,7063.0.html[/url]