I\'m new to regular expressi开发者_运维百科ons - I am using Poco in C++ to pull IP addresses from a string and (trying) to put all IP matches into a string vector:
I\'m trying to use Poco library in VS2010 without any success. I\'ve downloaded poco-1.4.1p1.zip to my computer, unzipped it and moved it into my Program Files folder.
开发者_StackOverflow社区I\'m trying to understand how to use non standard libraries in my C++ projects.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to build a C++ app to access a XML resource. Using http the code works fine, from what I can tell from the docs, all I need to do to for the https to work is to make sure ssl is install (y
I have written a proxy server for Linux using Poco but have since been reading up on the various approaches to achieving TCP/IP server scalability. I will need the server to handle persistent connecti
I am currently trying to fix a bug in a proxy server I hav开发者_如何学Goe written relating to the socket select() call. I am using the Poco C++ libraries (using SocketReactor) and the issue is actual
Based on this question I am going to use Poco::NamedEvent, but I need to wait for multiple events (like win32 WaitForMultipleObjects()
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I managed to compile Poco C++ 1.3.6 library for iPhone by the following commands: ./configure --config=iPhone --no-tests --omit=Data,Cryptor,NetSSL_OpenSSL