You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2019. It is now read-only.
Your project implementation MUST include the following:
Use the Department GIT Repository for version control and submission
Object-oriented programming with classes
Separate headers, implementation files and a main driver
File I/O. Include some form of file use even if only to capture results.
Well-commented, “clean”, and well-organized code.
Sections commented with the specific developer’s name
Well-tested code.
Readme file complete with known bugs and user operation instructions
You should employ the following concepts as appropriate to the program:
vectors
pointers
dynamic memory
string manipulation.
Quality of the code and the problem level of difficulty will be considered.
To make an A on this project, you must reach into advanced concepts and present quality code solution. Top projects designs show ingenuity, creativity, and efficiency. Demonstration that you have shown initiative, going above and beyond basic course coverage into utilization of advanced concepts. For instance, inheritance, polymorphism, recursion, graphics libraries, some other more advanced data structures of the STL Library (e.g. linked lists, stacks, queues, binary trees, etc.)