Creating time triggers | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 7

Creating time triggers

I want to know how to create time triggers in specific programming languages: c++, python, swift.

13th Jul 2018, 11:44 PM
Austin Kline
Austin Kline - avatar
1 ответ
+ 1
You may be able to create timed triggers in C++ with a header file associated with time. In C, the header file "time.h" is used to access the computers time system. Use comparison operators to trigger statements using time information obtained with those files. Google is always an answer. Good luck!
14th Jul 2018, 12:22 AM
MeeoSlammer