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
Good Cross platform low level networking
Good Cross platform low level networking interface
May 3, 2013 at 12:02pm UTC
James Parsons
(181)
does anyone know of a good c++ lib for low level networking like sockets and stuff. i would like it to be cross platform so stuff like winsock and the unix headers wont work
May 3, 2013 at 12:10pm UTC
LB
(13399)
This one is cross platform and supported in C and C++ and supports low-level socket work with TCP and UDP:
http://lacewing-project.org/
I would also agree with Cubbi's suggestion below:
Last edited on
May 3, 2013 at 12:39pm UTC
May 3, 2013 at 12:36pm UTC
Cubbi
(4774)
boost.asio is the near-standard C++ library for these things:
http://www.boost.org/doc/libs/release/doc/html/boost_asio.html
Topic archived. No new replies allowed.