October 2023
Intermediate to advanced
312 pages
11h 1m
English
C++ templates allow programmers to write generic code, which works without modification on different data types. Through the careful use of templates, C++ programmers can write expressive code with high performance and low overhead, without the need to rely exclusively on more computationally expensive object-oriented techniques, such as the design patterns presented in the previous chapter.
Read now
Unlock full access