O
O
Oskuro2016-06-27 11:09:20
Books
Oskuro, 2016-06-27 11:09:20

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

2 answer(s)
M
MiiNiPaa, 2016-06-27
@MiiNiPaa

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).

S
SolidMinus, 2016-06-28
@SolidMinus

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 question

Ask a Question

731 491 924 answers to any question