P
P
Puj2021-03-02 09:38:10
C++ / C#
Puj, 2021-03-02 09:38:10

Any good books on network programming in C++ for beginners?

I was given the task of developing a C++ TCP proxy server for a DBMS with the ability to log all SQL queries passing through it. I am a complete zero in this topic. I am familiar with the pluses, but have not yet reached the templates, at the moment I am studying OOP. Please advise courses or books with a detailed explanation of each line of code. I will be very grateful :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
1
12rbah, 2021-03-02
@12rbah

Well, it's not entirely clear you need a book or advice on how to solve a problem. Here is an introductory article on the tcp server https://habr.com/en/post/195794/ . there is a github link

I am currently studying OOP.

In principle, OOP is not needed for the task, but the level of ownership is not very clear.
I am a complete zero in this topic .... Please advise courses or books with a detailed explanation of each line of code.
In general, you do not need to read books, etc., this is a relatively typical task, https://github.com/ArashPartow/proxy is a ready-made code, if you understand the article, you will understand what is written there without any problems.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question