May 2018
Intermediate to advanced
328 pages
8h 15m
English
The logging class that you have to implement for this task should:
In order to create unique names for the file, you could use a UUID (also known as GUID). The C++ standard does not support any functionality related to that, but there are third-party libraries, such as boost::uuid, CrossGuid, or stduuid, which is actually a library that I created. For this implementation, I will use the last one. You can find it at https://github.com/mariusbancila/stduuid ...
Read now
Unlock full access