Lesson 19 - Date and Time in C++
In the previous lesson, Introducing Vector in C++, we discussed the vector
container. In today's C++ tutorial, we're going to look at the representation of
date and time in C++ programs and get ready for the next lesson when we're going
to program a simple diary.
Time is one of the most difficult topics in programming. Since the calendar is not predictable, it's not easy to work with time at all. For example, we all know that every year divisible by 4 is a leap year, but that's not entirely true. This rule does not apply to years divisible by 100 (for example, the year 1900 was not a leap year), but it also applies to years divisible by 400 (that's why the year 2000 was a leap year). We can see that the rules are not as clear as they might seem, and we haven't even mention leap seconds for example.
The ctime library
C++ has two libraries for working with date and time. The first is
ctime
, which C++ inherited from C.
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
We'll show the resources that C++ has for working with date and time.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.