bg de en es fr it nl pl pt sv tr zh

chrono

Local Time

Andrzej Krzemieński

In this post we will see how to solve the task from the previous post, but display the time point in local time instead of system time. The solution is simple and takes only two additional lines (you can scroll … Continue reading →

Using std::chrono

Andrzej Krzemieński

The goal of this post is to show how the <chrono> library can be used to solve a practical but not that obvious problem. There is a lot of good material in the Internet where one can learn <chrono> from, … Continue reading →