Top "Poco-libraries" questions

The Poco C++ Libraries are modern open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server and embedded systems.

ACE vs Boost vs POCO

I have been working with the Boost C++ Libraries for quite some time. I absolutely love the Boost Asio C++ …

c++ boost poco-libraries ace
Correct usage of Poco C++ JSON for parsing data

Can anyone instruct me on how the Poco C++ JSON works? Previously I've used JsonReader and JsonToken. The Poco C++ …

c++ json poco-libraries
C++ linking to libraries with makefile (newbe)

I'm trying to understand how to use non standard libraries in my C++ projects. I have a few questions. Lets …

c++ makefile linker poco-libraries
C++ Http Request with POCO

I'm wondering how I can do a request to a URL (e.g. download a picture and save it) with …

c++ http request poco-libraries
Poco::Net Server & Client TCP Connection Event Handler

I am starting a new project and at the same time have just discovered Poco Library, which I find absolutely …

c++ networking network-programming poco-libraries
POCO C++ - NET SSL - how to POST HTTPS request

How to correctly do a POST to HTTPS server and embed the login data correctly. Below code does not return …

c++ http post https poco-libraries
How to use OpenSSL in POCO C++ library correctly

According to the Specification in POCO assistant: Initialize the NetSSL library, as well as the underlying OpenSSL libraries, by calling …

c++ https openssl poco-libraries
How do I make an HTTP Post with HTTP Basic Authentication, using POCO?

I'm trying to make an HTTP Post with HTTP Basic Authentication (cleartext username and password), using POCO. I found an …

c++ http post basic-authentication poco-libraries
How to link Poco library(libraries) to our program in unix environment

I'm having trouble with Poco libraries. I need a simple solution to make the compilation easier. Is there any pkg-config …

c++ linux poco-libraries ubuntu-9.10
ACE vs Boost vs Poco vs wxWidgets

I have a considerable amount of experience with ACE, Boost and wxWidgets. I have recently found the POCO libraries. Does …

c++ boost ace poco-libraries