Answer the question
In order to leave comments, you need to log in
Is there any literature with examples of practical use of C++?
Hello! Please tell me, have you come across literature, ideally, similar to "M. Lutz - Programming in Python (where examples of complete programs are considered)", only for C ++? Interested in examples of practical use of C ++, which, unfortunately, are not covered much in most textbooks on this language.
Answer the question
In order to leave comments, you need to log in
Stroustrup's Programming Principles and Practice Using C++ creates several practical programs. For example, a parser of mathematical expressions. What are you specifically interested in? Program examples? There is enough good stuff on github. Books teaching through writing real programs? Stroustrup, possibly Beginning C++ Through Game Programming (didn't read it myself).
C.Prata. C++ programming language. 6th edition - learning the basics of the language with practical application in any console programs.
D. Richter. Building Efficient Win32 Applications - C++ System Programming
Tanenbaum's book "Computer Networks" has a chapter on transport protocols where the author introduces C network programming.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question