Description: Design and implementation of Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. In the Windows implementation: ◦ Use CreateProcess () to create a process ◦ use WaitForSingleObject () between " mytime" command and the newly created process synchronization ◦ call GetSystemTime () to get the time
To Search:
File list (Check if you may need any files):
windows.cpp