poco-libraries
C++ Regular Expressions
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:[详细]
2023-02-28 19:15 分类:问答Installing Poco library on VS2010
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.[详细]
2023-02-20 06:17 分类:问答C++ linking to libraries with makefile (newbe)
开发者_StackOverflow社区I\'m trying to understand how to use non standard libraries in my C++ projects.[详细]
2023-01-21 02:16 分类:问答C++ cross platform for processes: is POCO lib good? other alternatives? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-08 05:20 分类:问答Error w/ C++ poco and HTTPSStreamFactory
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[详细]
2023-01-07 18:25 分类:问答Poco SocketReactor Scalability
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[详细]
2022-12-31 11:12 分类:问答Socket select() Handling Abrupt Disconnections
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[详细]
2022-12-28 12:32 分类:问答Does Poco C++ library have a cross platform WaitForMultipleObjects() analog?
Based on this question I am going to use Poco::NamedEvent, but I need to wait for multiple events (like win32 WaitForMultipleObjects()[详细]
2022-12-27 15:29 分类:问答Any good (really good) material on Poco C++? [closed]
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[详细]
2022-12-17 01:20 分类:问答Linkage issue when using Poco C++ 1.3.6 for iPhone Xcode project
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[详细]
2022-12-15 00:16 分类:问答