Обсуждение: C++ Examples

Поиск
Список
Период
Сортировка

C++ Examples

От
Mayan
Дата:
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();}




Re: C++ Examples

От
John Clark Naldoza y Lopez
Дата:
Hi,


Perhaps you may want to check the techdocs again...  And try to look at
the

libpq++ Classes

=)


Cheers,


John Clark


Mayan wrote:
>
> 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();}
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
     /) John Clark Naldoza y Lopez                           (\
    / )    Software Design Engineer III                      ( \
  _( (_    _  Web-Application Development                    _) )_
 (((\ \>  /_>    Cable Modem Network Management System <_\  </ /)))
 (\\\\ \_/ /         NEC Telecom Software Phils., Inc.  \ \_/ ////)
  \       /                                              \       /
   \    _/  phone: (+63 32) 233-9142 loc. 3113            \_    /
   /   /  cellphone: (+63 919) 399-4742                     \   \
  /   / email: njclark@ntsp.nec.co.jp                        \   \


"Intelligence is the ability to avoid doing work, yet getting the work
done"
--Linus Torvalds