Get up to 80 % extra points for free! More info:

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 will gain knowledge worth hundreds of thousands for a few crowns

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

Buy all currently available lessons with exercise submitting and other features for just $14.40
Current account balance $0
By buying this package, you'll have access to all 24 articles (24 lessons) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • 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.

Article has been written for you by Patrik Valkovic
Avatar
Activities