C++ Examples

From: Mayan <escalante(at)canada(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: C++ Examples
Date: 2001-10-17 02:26:37
Message-ID: 3BCCFBB8.3A63C774@canada.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've been looking for examples of how to access the back end of
PostgreSQL using the C++ library, but all I've found is 'C' examples.
Can someone point point out where I can get living and breathing
examples of C++.

TIA

--
My Computer's Opinion
~~~~~~~~~~~~~~~~~~~~~~

if( desire == play_games() ){return getNintendo64();}
if( (desire == computing() ) && (user != smart) )
{return getMicrosoft();}
if( ( desire == computing() ) && (user == smart) )
{return getLinux();}

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-10-17 03:17:07 Re: User privileges
Previous Message David. E. Goble 2001-10-17 01:54:21 Re: A tool for making console/text data enrty/display screens in C