\ Final project for CIS22B
  • C++ 81.7%
  • Visual Basic .NET 18.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-30 22:10:18 -07:00
CIS22B_FinalProject Added some comments and fixed formatting for modules 2016-03-15 23:13:49 -07:00
CIS22B_FinalProject_Workflow updated diagram 2016-03-11 12:02:12 -08:00
project info added Project_Deliverables.pdf 2016-02-25 19:01:39 -08:00
.gitattributes 🎪 Added .gitattributes & .gitignore files 2016-01-28 12:48:20 -08:00
.gitignore added a gitignore 2016-03-01 19:15:26 -08:00
CIS22B_FinalProject_UML_Diagram.zargo Revert "Revert "added UML diagram"" 2016-03-15 14:12:15 -07:00
README.md testing a signed commit 2026-08-30 22:10:18 -07:00

CIS22B_FinalProject

Final project for Group 4 in CIS22B

basic git tutorial: https://www.youtube.com/watch?v=XdhuWDdu-rk

Information about the project can be found in the "project info" folder

We should require 2-3 approvals from group members before accepting pull requests to ensure we only add good code.

Important things to keep in mind

Project requires the following elements
  • classes, inheritance, polymorphism (15 points)
  • friends (5 points)
  • templates (5 points)
  • operator overloading (5 points)
  • exception handling (5 points)

the first line of all cpp files should be the following: #define _CRT_SECURE_NO_WARNINGS

The use of vectors and algorithms is BANNED

our default inventory file should have 25 distinct books, some of which have multiple copies

we must create a PDF with the following
  • Your requirements analysis how did you address the specifications.
  • Your UML diagrams readable from the document without zooming or panning
  • Your readable pseudo-code properly formatted
  • Your application screen shots demonstrating application behavior again these should be readable from the document withou zooming or panning
  • Follow the guidelines in the book as well as the pattern of the specifications and screen design documents

this is a test