Author Topic: STL Completation  (Read 3052 times)

WarGoX

  • Guest
STL Completation
« 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.

Offline orel

  • Multiple posting newcomer
  • *
  • Posts: 96
Re: STL Completation
« Reply #1 on: November 02, 2007, 11:50:06 am »
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 :http://forums.codeblocks.org/index.php/topic,7063.0.html