Can somebody make a code that prints the system time and explain how does it works ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can somebody make a code that prints the system time and explain how does it works ???

26th Jan 2017, 3:57 PM
Sultan
Sultan - avatar
2 Answers
+ 5
https://code.sololearn.com/c1M46KHGdor8/?ref=app It's not mine. But it is very nice and easy. Follow that guy, he's cool :P
26th Jan 2017, 4:02 PM
Filip
Filip - avatar
+ 2
it's simple #include <iostream> using namespace std; int main() { cout<< __TIME__; return 0; }
26th Jan 2017, 4:20 PM
Rishabh Agrawal
Rishabh Agrawal - avatar