Git Product home page Git Product logo

ps_ds_crud's Introduction

2024 Programming Studio Final Test Skeleton Code

전공과목 수강카드 관리 프로그램

Class Card

과목 정보를 담고 있는 데이터 클래스

전체목록을 위한 공통 멤버: 과목코드, 과목명, 학점수

내 리스트를 위한 추가 멤버: 취득한 등급(A+, A0, ... F), 취득한 학점(0~4.5)

Class CardManager

이수한 과목 리스트를 관리하는 클래스

멤버: 과목리스트 vector, 등

Main Menu

여기에서는 전체 교과목 목록을 allclasses 라는 map으로 관리한다.

그리고 내 리스트를 manager라는 CardManager 객체로 다룬다.

1.View: 내가 이수한 모든 과목의 정보를 출력한다.

2.Add: 전체 교과목 목록에서 새로 이수한 과목을 찾아 내 리스트에 추가하고 성적을 입력한다.

3.Change: 내 리스트의 과목 중 하나의 성적을 변경한다.

4.Sort: 내 리스트의 과목들을 과목코드 순으로 정렬한다.

5.Search: 내 리스트의 과목에서 특정한 이름을 가진 과목을 출력한다.

6.Load: 파일에 저장된 내 이수 과목 리스트를 불러온다.

7.All: 전체 교과목 목록을 출력한다.

ps_ds_crud's People

Contributors

yunji-1ee avatar jerry10004nate avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.