K
K
kingslayer2021-12-19 17:46:40
Books
kingslayer, 2021-12-19 17:46:40

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

2 answer(s)
S
Sergey Gornostaev, 2021-12-19
@kingslayer

The best in this area is " UNIX Network Application Development " by Stevens.

R
res2001, 2021-12-19
@res2001

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 question

Ask a Question

731 491 924 answers to any question