Search:
Forum
General C++ Programming
how to find out what people celebrated t
how to find out what people celebrated their birthday this year
Feb 28, 2021 at 12:25pm UTC
blaster123
(24)
how to find out what people celebrated their birthday this year, if we have the current month and day, and we have the birth day, month and year of the person?
Feb 28, 2021 at 2:52pm UTC
salem c
(3700)
Read a pair of y/m/d into variables
Apply
https://www.cplusplus.com/reference/ctime/mktime/
to each ymd
Use
https://www.cplusplus.com/reference/ctime/difftime/
to figure out a 'before or after' relationship between them.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs