Giter Club home page Giter Club logo

teamproject's Introduction

๐Ÿฅ‘ made by CUBE KIOSK

๐Ÿฅ‘ miniProject

๋””์ €ํŠธ ์žํŒ๊ธฐ

mini project ์ฃผ์ œ

  • ์นดํŽ˜ ๋ฉ”๋‰ด๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์žํŒ๊ธฐ ๊ตฌํ˜„

mini project ์— ๋Œ€ํ•œ ์†Œ๊ฐœ

  • 19ํ•™๋ฒˆ ๊น€์„์›๊ณผ ๊น€์˜ˆ์„ฑ์ด OSS ์ˆ˜์—…์„ ํ†ตํ•ด ํŒ€์œผ๋กœ ๊ฒฐ์„ฑ
  • mini project๋ฅผ ์œ„ํ•œ ์—ฌ๋Ÿฌ๊ฐ€์ง€ ์ฃผ์ œ๋“ค ์ค‘์—์„œ ์นดํŽ˜ ๋ฉ”๋‰ด๋ฅผ ๋‹ค๋ฃจ๋Š” ์žํŒ๊ธฐ๋กœ ์ฃผ์ œ ์„ ์ •

mini project ๊ฐ€ ๊ฐ€์ง€๊ณ  ์žˆ๋Š” ๋Œ€๋žต์ ์ธ ๊ธฐ๋Šฅ ์„ค๋ช…

  • ์ฃผ๋ฌธ์„œ์— ๋ฉ”๋‰ด ์ถ”๊ฐ€ ๊ธฐ๋Šฅ
  • ์ฃผ๋ฌธ๋‚ด์—ญ ์ˆ˜์ • ๊ธฐ๋Šฅ
  • ์ถ”๊ฐ€ ๊ตฌ๋งค ์—ฌ๋ถ€๋ฅผ ๋ฌป๊ณ  ์›ํ•œ๋‹ค๋ฉด ์ถ”๊ฐ€ ๊ตฌ๋งค ์ง„ํ–‰
  • ์ฃผ๋ฌธ๋‚ด์—ญ ์ˆ˜์ •
  • ์˜ค๋Š˜์˜ ์ถ”์ฒœ ๋ฉ”๋‰ด๋ฅผ ๋‚ ๋งˆ๋‹ค ๋žœ๋ค์œผ๋กœ ์„ค์ •

๊ธฐ๋Šฅ CRUD

์ฝ”๋“œ ๋ฐ ๊ธฐ๋Šฅ

typedef struct {
    int contents; // 1: ์Œ๋ฃŒ 2: ๋””์ €ํŠธ
    char name[100];
    int price;
    int sugar;
    }Product;
    // ๊ตฌ์กฐ์ฒด 
    
int createProduct(Product *p); // ์ œํ’ˆ์„ ์ถ”๊ฐ€ํ•˜๋Š” ํ•จ์ˆ˜ => ๋ฉ”๋‰ด ์„ ํƒ
void readProduct(Product *p); // ํ•˜๋‚˜์˜ ์ œํ’ˆ ์ถœ๋ ฅ ํ•จ์ˆ˜ => ๊ตฌ๋งค ๋ชฉ๋ก ๋ณด๊ธฐ
int updateProduct(Product *p); // ์ œํ’ˆ์„ ์ˆ˜์ •ํ•˜๋Š” ํ•จ์ˆ˜ => ๊ตฌ๋งค ๋ชฉ๋ก ์ˆ˜์ • 
int deleteProduct(Product *p); // ์ œํ’ˆ์„ ์‚ญ์ œํ•˜๋Š” ํ•จ์ˆ˜ => ๊ตฌ๋งค ์ทจ์†Œ [ํ™˜๋ถˆ]

void saveProduct(Product *p, int count); //๋ฐ์ดํ„ฐ๋ฅผ ํŒŒ์ผ์— ์ €์žฅ ํ•˜๋Š” ํ•จ์ˆ˜
int loadProduct(Product *p);// ์ €์žฅ๋œ ๋ฐ์ดํ„ฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ํ•จ์ˆ˜

int selectMenu(); // ๋ฐ์ดํ„ฐ๋ฅผ ๋‹ค๋ฃฐ ๋•Œ, ์›ํ•˜๋Š” ๋ฉ”๋‰ด๋ฅผ ์„ ํƒํ•˜๋Š” ํ•จ์ˆ˜
int selectDataNo(Product *p, int count); // ์ œํ’ˆ ๋ฒˆํ˜ธ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” 
int listProduct(Product *p, int count); // ์ „์ฒด ๋“ฑ๋ก๋œ ์ œํ’ˆ ๋ฆฌ์ŠคํŠธ ์ถœ๋ ฅ
//๊ฒ€์ƒ‰๊ธฐ๋Šฅ ์ด๋ฆ„/๊ฐ€๊ฒฉ/๋ฐฐ์†ก๋ฐฉ๋ฒ•

void searchProductName(Product *p, int count); // ๋ฉ”๋‰ด์ด๋ฆ„ ๊ฒ€์ƒ‰
void searchProductPrice(Product *p, int count); // ๋ฉ”๋‰ด๊ฐ€๊ฒฉ ๊ฒ€์ƒ‰ 
void searchProductSugar(Product *p, int count); // ๋ฉ”๋‰ด ์„คํƒ• ์ถ”๊ฐ€ ์—ฌ๋ถ€๋กœ ๊ฒ€์ƒ‰

void todayMenu(Product *p); // ๋žœ๋ค์œผ๋กœ ์˜ค๋Š˜์˜ ์ถ”์ฒœ ๋ฉ”๋‰ด ์•Œ๋ ค์ฃผ๋Š” ๊ธฐ๋Šฅ

  • ํŠน๋ณ„ํ•œ ๊ธฐ๋Šฅ: ์˜ค๋Š˜์˜ ๋ฉ”๋‰ด๋ฅผ ์ถ”์ฒœ
  • ๋žœ๋ค์œผ๋กœ ๋ฉ”๋‰ด๋ฅผ ์ถ”์ฒœํ•ด ์ค€๋‹ค.

๊ฐœ๋ฐœํ™˜๊ฒฝ ๋ฐ ์–ธ์–ด

  • git
  • vs code

ํŒ€์†Œ๊ฐœ ๋ฐ ํŒ€์›์ด ๋งก์€ ์—ญํ• 

ํŒ€์›

๊น€์„์› isaccKim GITHUB LINK

Repo Owner

์ฝ”๋“œ ๊ด€๋ฆฌ

๊น€์˜ˆ์„ฑ Y-eseong GITHUB LINK

Contributer

์„œ๋น„์Šค ๊ด€๋ฆฌ

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.