Can we create a dynamic digital clock in C++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we create a dynamic digital clock in C++ ?

Is there any command for clearing the screen each time the loop is run ?

2nd Dec 2016, 5:41 PM
Ankit
2 Answers
+ 3
Yes, it is possible to create a digital clock using C++ through loops and many other methods. Start by googling how to make those and most importantly, understand those codes.
2nd Dec 2016, 5:53 PM
Wen Qin
Wen Qin - avatar
+ 1
of course a dynamic digital clock can be implemented in C++. but for doing it, you must have to learn a specific module called graphics.h. I don't know it is available here or not but you may get a better knowledge by few books and practice. just do it well.
2nd Dec 2016, 5:52 PM
Ravi garg
Ravi garg - avatar