Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. #include "ProjectEulerWrapper.h"
  2.  
  3. PE::ProjectEulerWrapper::ProjectEulerWrapper()
  4. {
  5.    
  6. }
  7.  
  8. //Prints the menu to display each problem
  9. void PE::ProjectEulerWrapper::printMenu()
  10. {
  11.    
  12.    
  13. }
  14.  
  15. //Runs the selected problem        
  16. void PE::ProjectEulerWrapper::run(int eulerNumber)
  17. {
  18.    
  19. }
  20.  
  21. void PE::ProjectEulerWrapper::runProblem()
  22. {
  23.    
  24. }
Add Comment
Please, Sign In to add comment