I want to start a timer right when my program is launched and store the value of the time as a static variable so that I can call the timer function and get the time that the program has been running. My goal is to be able to determine the time from when the program was launched and pass it into a function I have created as the elapsed time. I've seen examples of timers but none of them show me how to call that timer function and take the elapsed time and pass it as an argument. Please help! Thanks in advance.