February 2020
Intermediate to advanced
292 pages
8h 54m
English
The C++11 standard really marks an important step regarding time. Before that (C++ standard 98 and before), system and application developers had to rely on implementation-specific APIs (that is, POSIX) or external libraries (for example, boost) to manipulate time, which means less portable code. This recipe will teach you how to write C++ code by using the standard time manipulation library.
Read now
Unlock full access