Tagged Questions
12
votes
8answers
6k views
ACE vs Boost vs POCO
I have been working with the Boost libraries for quite some time. I absolutely love boost asio library for network programming. However I was introduced to two other libraries: POCO and ACE ...
10
votes
3answers
6k views
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 anyone have any experience with them and how they compare to ACE, Boost and ...
1
vote
2answers
456 views
TCP server with state information using network library
I'm writing a tcp server for an online turn-based game. I've already written a prototype using php sockets, but would like to move to C++. I've been looking at the popular network libraries (ASIO, ...