STL with kdevelop

Nick Pleis npleis at saratogaweb.com
Mon May 8 15:21:28 BST 2000


Anyone know of a way around this? I have portable code, and the use of std::
is pretty prevelant. I'd really like to be able to do just that.

nick
----- Original Message -----
From: Tobias Erbsland <drzoom at profzone.ch>
To: <kdevelop at barney.cs.uni-potsdam.de>
Sent: Monday, May 08, 2000 7:42 AM
Subject: Re: STL with kdevelop


>
>
> > > 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