+ 1
I need programme of date (day,month,year)
2 Antworten
+ 9
Hi @mohamed, you can do it using the <ctime> header file in your C++ program.
I made a quick and simple program for you to get the Current Date using structure. Hope this helps you!
https://code.sololearn.com/cQ3wUFlcybw2/?ref=app
+ 7
here is the original code
https://code.sololearn.com/cJlk9Bnc1IOC/?ref=app