Giter Club home page Giter Club logo

oss_team_lab_gue02_fork's Introduction

oss_team_lab_22조

1. 주제와 설계 과정

  • 주제 : 가계부 프로그램

  • 프로젝트 구현 기능 설명 : CRUD 기능, 데이터 파일 저장/읽어오기, 검색 메뉴 , 총액 계산 프로그램, 월 평균 계산
  • 사용 언어 : 'C 언어'
  • 22조 : '한규영', '한은택'

2. 역할분담

  • Repo 소유자 : 한규영 Contributor: 한은택
  • CRUD 함수 구현 내용

3. 구현 기능

구조체의 내용

typedef struct{
  int number;
  int price;
  char name[100];
  int sign;
  int month, day;
} product;

CRUD 내용

- int createLog(Product *p); // 가계부에 내용을 추가하는 함수
- void readLog(Product *p); // 가계부의 내용 출력 함수
- int updateLog(Product *p); // 가계부 내용을 수정하는 함수
- int deleteLog(Product *p); // 가계부 내용을 삭제하는 함수
- void saveLog(Product *p, int count); // 가계부의 내용을 저장하는 함수
- int loadLog(Product *p);// 저장된 내용을 불러오는 함수

추가 함수와 기능들

- int Menu(); // 메뉴를 불러오고 리턴을 가져오는 함수
- void searchLog(Product *p, int count); // 가계부의 내용을 검색하여 출력하는 함수
- int totalLog(Product *p); // 가계부의 적힌 총액을 계산하는 함수
- int TotalMonth(Product *p, int month); // 가계부의 적힌 내용을 기반으로 월마다 총 소비액을 출력하는 함수

oss_team_lab_gue02_fork's People

Contributors

gue02 avatar het0512 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.