Advertisement
Desreversti

2018_02_16 - Lab 2 - Proced abstractions and funcs document

Feb 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. File name: 2018_02_16 - Lab 2 - Proced abstractions and funcs documentation and dev log.txt
  2. Date Created: 2018_02_16
  3. Last Updated: 2018_02_18
  4. Name: Joey Morton
  5. E-Mail: Desreversti*AT*gmail*.*com OR jmorton10*AT*stu*.*parkland*.*edu (remove stars (*) and change AT to @).
  6. Class: CSC 125-251W - Spring 2018
  7.  
  8. ***********************
  9. *SUPPORT DOCUMENTATION*
  10. ***********************
  11.  
  12. Important Files
  13. 2018_02_16 - Lab 2 - Proced abstractions and funcs documentation and dev log.txt
  14. -This file and it's online version.
  15.  
  16. jmorton_week2lab.cpp
  17. -The C++ code file.
  18.  
  19. ///-------------Objects to be used-------------//
  20. To Be Developed if there's time. I don't except nor require this go around.
  21. (number shows default initialized - list can change over time)
  22.  
  23. ///Bools\\\\:
  24.  
  25. ////Gobal Ints:\\\\
  26.  
  27. ////Functions:\\\\
  28.  
  29. ///-------------Draft Text Outline #1-------------///
  30. Program logic and steps.
  31. ||||||
  32. 1. To Be Developed if there's time. I don't except nor require this go around.
  33.  
  34. DEV LOG:
  35. [[1]] 2018_02_11 - Begin design of program and logic flow
  36. Start: 2:30 AM
  37. Goals:
  38. -Copy over documentation files from lab 1 and modify identifying info.
  39. -Create new cpp project and copy over header and code from week 1 lab.
  40.  
  41. Results:
  42. -Modified the important parts of this document.
  43. -Created new cpp project and copied over code from last project.
  44. -Removed some comments from last semester's header
  45. -Created 1 menu and 4 math prototypes.
  46. -Initial coding and commenting in main () and menu().
  47. -Created initial functions
  48.  
  49. End: 3:00 AM
  50. Total Time: 0.5 hours.
  51.  
  52. [[2]] 2018_02_18 - Wrap up project.
  53. Start: 10:15 PM
  54. Goals:
  55. -Go over comments.
  56. -Finish initial working menu.
  57. -Copy over code from lab 1 into functions.
  58. -Test functions.
  59. -Note that the factorial function isn't working, so output will be wonky until it is fixed.
  60.  
  61. Results:
  62. -Added and removed some comments. Cleaned up some for clarity.
  63. -Code was copied into functions and works as it did in lab 1.
  64. -Tested and worked with menu. All functions are called and quit works.
  65. -Having problems with functions. Math and I don't get along. Hoping to get it fixed.
  66. -Realized I didn't do the overloading function correctly.
  67. -Turning in the program.
  68.  
  69. Ended: 11:45 PM
  70. Time: 1.5 hours
  71. Running Time: 2 hours
  72.  
  73.  
  74. Total Time: 2 hours
  75.  
  76. Coding Notes and Links:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement