Answer the question
In order to leave comments, you need to log in
Books on network programming in c++?
Recently learned c++. I want to learn how to make network applications. I know a little about networks (I read Oliferov's "computer networks"). What books do you recommend?
Answer the question
In order to leave comments, you need to log in
The best in this area is " UNIX Network Application Development " by Stevens.
No need to get hung up on C ++, because all networking APIs of the operating system in C. Learn simple network programming. When you figure it out, then just take the network library for pluses and use it. As a rule, such libraries simply wrap the C interface of the OS into classes.
I also recommend Stephen's book. But it is old (latest edition in 2007) and you will not find it on sale now. There is an electronic version. Despite its age, the book is still relevant. Such fundamental technologies change rather slowly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question