0
How to make a alarm in c++
20 Answers
+ 2
printf ("alarm");
+ 2
hmm.. that would be good if a GUI is needed. Totally agree with that one.
+ 1
Mayank search it online. Source code for an alarm in c++ is easily available if you need it.
+ 1
or alarm clock application?
+ 1
deleted the link.
+ 1
How does IDE used matter if he just wants software?
+ 1
S.C. , c++ itself does not have any graphical interface. So one must select a library to play with. And work with such a library is much easier with according IDE.
0
so funny
0
Do you need more complex solution?
0
I think that u didn't got my question
0
do you mean exception?
0
have u used alarm in your mobile to wake up yourself
0
I searched dear....
but I didn't got...
if u want to help u can search if u got plz send me the link
0
Ya in c++
0
anyone their to help me out
0
thank u very much S. C.
0
that requires several questions to answer. What is the OS? What is the preffered IDE and runtime. Which controls should be used etc. For example, C++ solution for Arduino is not suitable for tablet or PC.
0
I'd like to suggest QT clock sample as the start point. Or, better, make alarm clock with js.
0
I think you can use signals.. Sigalarm signal no 14.You need to write isr for that. I will share a code with you.
for c++ you can refer this...
https://gist.github.com/Codeplaza/7326881