+ 1
Can we create a dynamic digital clock in C++ ?
Is there any command for clearing the screen each time the loop is run ?
2 ответов
+ 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.
+ 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.