python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
C++ Checking if a string that is representing a date is 7 or more days before today date
I have a date stored as a string with the format %d.%m.%y, for example, "08.01.2022" and I want to check if at least 7 days have past since that day in C++.
I attempted using this method:
#...
Mikey
Votes: 0
Answers: 1
time.h and printf(). My code does not print the correct time
The code below actually does wait for the specified amount of time given by the variable float sec, but the terminal print behavior is incorrect. It prints: start: 0.000000 s, end: 0.000000 s, ticker:...

Φίλ λιπ
Votes: 0
Answers: 0