Connecting Tech Pros Worldwide Help | Site Map

Libraries in C++

  #1  
Old July 22nd, 2005, 04:15 PM
Przemek
Guest
 
Posts: n/a
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
  #2  
Old July 22nd, 2005, 04:15 PM
Peter van Merkerk
Guest
 
Posts: n/a

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
  #3  
Old July 22nd, 2005, 04:20 PM
Hayden A. James
Guest
 
Posts: n/a

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
  #4  
Old July 22nd, 2005, 04:20 PM
Daniel Blankensteiner
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Statistics libraries in C/C++ Mokita answers 1 July 28th, 2008 06:55 PM
include class libraries in .exe BlackMustard answers 15 November 16th, 2007 08:32 AM
using third party libraries in c/c++ primi answers 1 June 25th, 2007 05:26 PM
GNU Scientific Libraries in MDE 7.1 Marco Hernandez answers 0 November 17th, 2005 02:26 PM
Collection libraries in C! James answers 2 November 14th, 2005 06:51 PM