|
-
January 18th, 2011, 01:51 AM
#1
Networking with STL
Are there any classes in standard template library , which help in networking or in standard C library , other than using native API like wsock32 or third party toolkit like QT or wxwidgets.
-
January 18th, 2011, 03:08 AM
#2
Re: Networking with STL
- Guido
-
January 18th, 2011, 04:16 AM
#3
Re: Networking with STL
There is always Boost threads.
http://www.boost.org/doc/libs/1_45_0...ml/thread.html
There will also be thread support in C++ Ox
http://www2.research.att.com/~bs/C++0xFAQ.html#std-thread
Your compiler may already support them.
"It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
Richard P. Feynman
-
January 18th, 2011, 04:57 AM
#4
-
January 18th, 2011, 09:08 AM
#5
Re: Networking with STL
Exactly what kind of networking do you want to do? libcurl supports several network protocols, and is the standard for things like that. It's primarily used for internet and non-local networks, but can do private networking too.
-
January 18th, 2011, 10:09 AM
#6
Re: Networking with STL
Boost ASIO supports socket communication via the iostream interface.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|