Skip to content

연습용 예제를 통해 github 에서 팀 프로젝트를 하는 법을 배우는 리포지토리

Notifications You must be signed in to change notification settings

rise-lab-skku/rise-github-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Tutorial

This is tutorial about using github, and github workflow. You will learn how to use github, and will learn how to cooperate with other developers.

Programing subject: Calculator

Calculator is classic and familiar project to students who are studing programing. Its purpose is obvious and good to practice programing skills. You will write the code of calculator using:

  • Object Oriented Programing

Methologies mentioned above can be used in personal project, but they are also useful in cooperation.

features of calculator

In this project, you will build a calculator. This calculator will interprete your equation and give you the answer. No GUI is included in this project, because this project is not about using GUI frameworks or libraries. Command line interface is what you will get.

  • command line interface
  • equation interpreter
  • operators: "+", "-", "*", "/"
  • functions: "cos()", "sin()", "tan()", "exp()"
  • Parenthesis: "(", ")"

Update note

v1.2.0

"cos()", "sin()", "tan()", "exp()" functions are available

v1.1.0

parenthesis is available

v1.0.0

four arithmetic operation is functional

About

연습용 예제를 통해 github 에서 팀 프로젝트를 하는 법을 배우는 리포지토리

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages