Connecting Tech Pros Worldwide Forums | Help | Site Map

Libraries in C++

Przemek
Guest
 
Posts: n/a
#1: Jul 22 '05
Dear All,

I would like to ask you if you know any freely availible c++ libraries
for network and database programming which can be used on different
platforms. I know one of them is Qt, but it is not free of charge and
it can be used without a licence fee for open source programs.

Thank you for hints,

Przemyslaw

Peter van Merkerk
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Libraries in C++


Przemek wrote:[color=blue]
> Dear All,
>
> I would like to ask you if you know any freely availible c++ libraries
> for network and database programming which can be used on different
> platforms. I know one of them is Qt, but it is not free of charge and
> it can be used without a licence fee for open source programs.[/color]

Did you check the FAQ?
http://www.parashift.com/c++-faq-lit....html#faq-36.9
http://www.trumphurst.com/cpplibs/cpplibs.phtml

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl
Hayden A. James
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Libraries in C++


QT is strictly a GUI library, not really meant for network and database
programming.

On Wed, 23 Jun 2004 03:33:28 -0700, Przemek wrote:
[color=blue]
> Dear All,
>
> I would like to ask you if you know any freely availible c++ libraries
> for network and database programming which can be used on different
> platforms. I know one of them is Qt, but it is not free of charge and
> it can be used without a licence fee for open source programs.
>
> Thank you for hints,
>
> Przemyslaw[/color]

--
Hayden A. James
Daniel Blankensteiner
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Libraries in C++


Przemek wrote:
[color=blue]
> I would like to ask you if you know any freely availible c++ libraries
> for network and database programming which can be used on different
> platforms. I know one of them is Qt, but it is not free of charge and
> it can be used without a licence fee for open source programs.[/color]

www.wxwidgets.org

br
db

Closed Thread