4 assignments
- Developing a Student Information Management System
- This program should support inserting/searching/displaying(sorted) student information.
- After the program is terminated, the inserted student information should be maintained.
-
- Complete implementing inf_int class that represents infinite precision integer and its operations.
- 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.
- TEAM PRJ(TEAM10) Graphics Game 'ARKANOID' Development
- TEAM PRJ(TEAM10) freely choose/define a software system that is related to OOP concepts [HangMan game]