|
| kibestar (42) | |
| Hello there, I would really like for somewone to point me out a good (or excellent) C++ cross-platform network library, with a tutorial on how to use it (even if it is it's own documentation). Thank you! | |
Last edited on | |
| writetonsharma (832) | |
| boost http://www.boost.org QT (for GUI) http://www.qt.nokia.com, previously it was trolltech now taken by nokia. wxWidgets(GUI) http://www.wxwidgets.org ACE (Adaptive communication environment) http://www.cs.wustl.edu/~schmidt/ACE.html there are many others but i have used these. I recommend boost or ACE. | |
Last edited on | |
| kibestar (42) | |
| thanks for the reply :D | |
Last edited on | |
| kibestar (42) | |
| Is Boost actually a NETWORK library? Because I'm not understanding it well (on the context of networking). | |
| chrisname (2542) | |
| Boost does everything. | |
| kibestar (42) | |
| Ok, so can anyone lead me to a specific boost network tutorial? thanks in advance | |
| Bazzy (4111) | |
| Try this one: http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/tutorial.html | |
This topic is archived - New replies not allowed.
