i've started to learn C programming from Primer Plus C book.
Currently on page 67 which is using User Functions & using different variants of int/float etc
Now i have an idea of first application that i want to create, this will be used for work
Its a Basic Backup program to backup Results daily from a network Drive To the C: Drive.
Here is an idea of what i want to do: I just wanted to know which things i need to learn in order to complete this application?
Both location boxes will be browse boxes
Pick a Time will be the time to backup that folder/file every day
Projects will allow you to save 4 different project & back them up to different locations
So what do i need to learn to be able to achieve this, i guess i need to read the system time & use a counter of sorts to check if thats time every 15 mins?
Thanks in a advance

Currently on page 67 which is using User Functions & using different variants of int/float etc
Now i have an idea of first application that i want to create, this will be used for work
Its a Basic Backup program to backup Results daily from a network Drive To the C: Drive.
Here is an idea of what i want to do: I just wanted to know which things i need to learn in order to complete this application?
Both location boxes will be browse boxes
Pick a Time will be the time to backup that folder/file every day
Projects will allow you to save 4 different project & back them up to different locations

So what do i need to learn to be able to achieve this, i guess i need to read the system time & use a counter of sorts to check if thats time every 15 mins?
Thanks in a advance
