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();}