Clock with C++ | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Clock with C++

How can you make running clock with Cpp anyone can do it. i only made date insert { int d, m, y; cin >> d; cin >> m; cin >> y; cout << d << "/" << m << "/" << y << "\n" << "DD/MM/YY"; }

8th Jul 2018, 6:22 PM
Yellow Cat
Yellow Cat - avatar
1 Réponse
+ 2
I'm assuming you mean time? Check out: https://en.cppreference.com/w/cpp/chrono/c/time
8th Jul 2018, 6:49 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar