STL with kdevelop

Tobias Erbsland drzoom at profzone.ch
Mon May 8 13:42:08 BST 2000



> > hi
> > why do I get an error, if I use std::string in my code. As a newbie (maybe
> > a stupid question): can't i use the standard template library with
> > kdevelop?

The current library of gcc don't use the "std" namespace. simple use:

string

without "std::"..

Tobias





More information about the KDevelop mailing list