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)
How do we get a time duration in C++ since a given year?
How do we get a time duration in C++ since a given year?
Can we do it with ctime or should we use chrono as well?

christo
Votes: 0
Answers: 2
python - changing date modified folder output
I have this python code which outputs the directory last modified date output.
import os
import time
print (time.ctime(max(os.stat(root).st_mtime for root,_,_ in os.walk('/Users/<username>/Desk...
Lacer
Votes: 0
Answers: 3
Coming dates in C++
I have the following code, with which I get today's date. I would like to know if from this code I can obtain the date 6 and 12 months later. Or how can I get these dates?
Thank you!
#include <iost...

Arturo García Flores
Votes: 0
Answers: 4