J
J
Junior0072016-09-22 22:12:54
Books
Junior007, 2016-09-22 22:12:54

What should a C++ programmer read?

Please advise which books are better to read, topics and authors.
By patterns, different libraries (Qt, Boost, OpenCV / GL), Algorithms, data structures , etc.
In general, all the books that can set me on the right path and make me a worthy programmer .
ZY: I learned the basics of the language, now there are innovations from the 11th, 14th and 17th versions, what would you advise on them ?
Z.Y. 2: Particularly interested in machine learning.
master-yoda_66155420_orig_.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrei Smirnov, 2016-09-22
@Junior007

In my opinion, a C++ programmer cannot call himself a C++ programmer unless he has read Jeff Alger .
About Qt - it's better to read the official documentation and see examples.
About OpenCV - it's better to start with the technology itself and poke it through Python: www.pyimagesearch.com
About OpenGL - I didn’t find any good books (neither then nor now), I mastered it by examples and office. documentation.
According to the algorithms, find a copy of Hackers Delight (there are all sorts of tricks with bits and bytes).
For optimization - read the old books of Kaspersky (Program Optimization Technique and Efficient Memory Usage).
On data structures: https://github.com/thejameskyle/itsy-bitsy-data-st...

S
Saboteur, 2016-09-23
@saboteur_kiev

From your questions it sounds like you are trying to read too much and writing too little code.
Write code. Master git and the skills of working with the development environment and debugging the program.

R
Rou1997, 2016-09-23
@Rou1997

C ++ is an extensive cross-platform system, and it supports many true paths, so you first need to decide what you will do, what exactly you want to be worthy, without this the answer to the question is impossible, and any attempts will be subjective nonsense, however, if it is worthy for you be ignorant and not know objective information, then go ahead with the song!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question