Skip to content
/ CS202 Public

My CS 202 class projects. The class objectives are to present the foundation for Object Oriented Design. Using the C++ Programming language as a tool, Function and Operator Overloading is covered and Templates will be introduced. The use of Pointers and Dynamic Memory are covered leading to the introduction of Lists (array based and linked lists…

Notifications You must be signed in to change notification settings

Renat97/CS202

Repository files navigation

CS202

Present the foundation for Object Oriented Design. Using the C++ Programming language as a tool, Function and Operator Overloading is covered and Templates will be introduced. The use of Pointers and Dynamic Memory are covered leading to the introduction of Lists (array based and linked lists), as well as coverage of other elementary data structures such as Stacks and Queues. Basic algorithms including Recursion, as well as the Standard Template Library, to operate on these elementary data structures, are covered. The Project folders contain .pdf's explaining the projects description's. Run projects by compiling with "g++ main.cpp" and typing "./a.out" unless specific instructions are included.

About

My CS 202 class projects. The class objectives are to present the foundation for Object Oriented Design. Using the C++ Programming language as a tool, Function and Operator Overloading is covered and Templates will be introduced. The use of Pointers and Dynamic Memory are covered leading to the introduction of Lists (array based and linked lists…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published