Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question