Creating time triggers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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