Re: libpq++ compiling errors... - Mailing list pgsql-interfaces

From jtv
Subject Re: libpq++ compiling errors...
Date
Msg-id 20020131192216.A134@xs4all.nl
Whole thread Raw
In response to Re: libpq++ compiling errors...  ("isaac flemmin" <isaac@knox.net>)
List pgsql-interfaces
On Wed, Jan 30, 2002 at 12:52:48AM -0800, isaac flemmin wrote:
> 
> I do know that I have included <string.h> for other programs, and that
> it does not have anything to do with C++ Strings. 

Right.  <string.h> is for the C string manipulation functions.  The
C++ string type is defined in <string>.

Also note that depending on your compiler (and compiler version), the
standard string type may be known as just "string", or as the more
modern "std::string". 


Jeroen



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgAdmin II's error message
Next
From: Dave Page
Date:
Subject: Re: pgAdmin II's error message