Skip to content

Implement a console-based application. Your task is to implement a program that starts a second program. The main program should compute the execution time of the second program. The second program’s implementation is up to you.

Notifications You must be signed in to change notification settings

rpub/program-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Requirements

Implement a console-based application. Your task is to implement a program that starts a second program. The main program should compute the execution time of the second program. The second program’s implementation is up to you.

Outcome

A C++ program which accepts and measures the execution time of another C++ script.

User Manual

  1. Open terminal and cd to the location of the main.cpp
  2. Compile using 'g++ main.cpp -o main.out'
  3. Run using './main.out'
  4. Enter name of external program (must be .cpp file)
  5. End of program

Test File Requirements

Test file must be .cpp - 'apple.cpp' file is an example test file.

About

Implement a console-based application. Your task is to implement a program that starts a second program. The main program should compute the execution time of the second program. The second program’s implementation is up to you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages