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.

Multithread TCP Server with POCO C++ libraries

I'm trying to develop a TCP Server with POCO C++ libraries. I found some examples here. At first I tried …

c++ poco poco-libraries
ABORTING: HEAP MEMORY CORRUPTION on NDK env. (POCO Library, Sqlite3, Cocos2dx)

I'm facing 'ABORTING: HEAP MEMORY CORRUPTION' problem on Android NDK environment. If I backtrace with ndk-gdb, it is mainly occurring …

android sqlite android-ndk cocos2d-x poco-libraries
Thread per connection vs Reactor pattern (with a thread pool)?

I want to write a simple multiplayer game as part of my C++ learning project. So I thought, since I …

c++ poco-libraries
How to add Poco library in Visual Studio 2010?

It's been a while since I've programmed in C++ and right now I'm struggling with this Poco library I'm trying …

c++ visual-studio-2010 poco-libraries
HTTPS request in c++ using Poco

I am trying to write a client app in C++ using Poco Libraries (version poco-1.4.6p1-all) and compiling in …

c++ ssl https ssl-certificate poco-libraries
Poco C++ building nested JSON objects

I have a nested JSON object. I'm trying to build it in a function and add the inner object to …

c++ json poco-libraries
How to create and parse hierarchical/nested JSON with Poco C++?

Edited to simplify and show my EXACT code. I have the following data that I need to serialize to JSON …

json c++11 poco-libraries
How to get (used/available/total) disk space with boost or poco?

How to get (used,available,total) disk/directory space with boost or poco? Thanks!

c++ boost poco-libraries