So i am making a piece of program In C but i cant get to check the system time and execute IF the time is equal to the systems time.
in Plain english this is what my program is supposed to do.
#
# LIBRARIES
#
1. Check the system Time.
2. Program here the set time i want ( will change this often )
3. If the time i Programmed Is equal to the system time
do this or stop my program from working.
4. (else if ) otherwise if the time isnt my specified Time
then continue until the time is exact once again to step 3.
Basically i want this little noob program to delete my daily Junk on my computer everyday with file extensions i will provide in a
remove(file.tiff);
:) thnx in advance.