cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Cross-Platform C++ Network Library
Cross-Platform C++ Network Library
Nov 7, 2009 at 4:02pm UTC
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
Nov 8, 2009 at 3:03pm UTC
Nov 7, 2009 at 4:31pm UTC
writetonsharma
(1461)
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
Nov 7, 2009 at 4:34pm UTC
Nov 7, 2009 at 5:01pm UTC
kibestar
(42)
thanks for the reply :D
Last edited on
Nov 7, 2009 at 5:02pm UTC
Nov 8, 2009 at 2:08am UTC
kibestar
(42)
Is Boost actually a NETWORK library? Because I'm not understanding it well (on the context of networking).
Nov 8, 2009 at 2:31am UTC
chrisname
(7395)
Boost does everything.
Nov 8, 2009 at 3:03pm UTC
kibestar
(42)
Ok, so can anyone lead me to a specific boost network tutorial?
thanks in advance
Nov 8, 2009 at 3:18pm UTC
Bazzy
(6281)
Try this one:
http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/tutorial.html
Topic archived. No new replies allowed.