Chapter 13. Designing and Using a C++ Socket Framework
IN THIS CHAPTER
The last chapter showed you how to program sockets in Java. Java is a very powerful language and has many advantages, such as platform independence, JIT (Just In Time) compiling, and even native compilers/converters. However, not everyone wants to use Java, claiming lack of stability or needed performance, and some may be more inclined to use a C++ version instead.
Writing a socket framework (or class library) takes in all technologies described in this book. In fact, this chapter offers a few additional ...
Get Linux® Socket Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.