Skip to content

assignments for Object Oriented Programming class(2022-2)

Notifications You must be signed in to change notification settings

kellykhy/CAU_OOP_2022-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAU_OOP_2022-2

4 assignments

  1. Developing a Student Information Management System
    1. This program should support inserting/searching/displaying(sorted) student information.
    2. After the program is terminated, the inserted student information should be maintained.
    1. Complete implementing inf_int class that represents infinite precision integer and its operations.
    2. Write a calculator program using the C++ files (inf_int.h and inf_int.cpp) you made for problem1. Your calculator program should support addition(+), subtraction(-), and multiplication(*) of infinite precision integers.
  2. TEAM PRJ(TEAM10) Graphics Game 'ARKANOID' Development
  3. TEAM PRJ(TEAM10) freely choose/define a software system that is related to OOP concepts [HangMan game]

About

assignments for Object Oriented Programming class(2022-2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages