2023OSSLteam / 2023OSSLteam/StockTrading
main.cpp 생성
- Dominant language
- C++
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## 목적
각각 기능들을 object 파일로 분리해서 작업 후
main에서 모아서 작업하고자 main.cpp 생성 후 CRUD 기초 생성
## 작업 상세 내용
간단하게 do while로 작업을 선택하게 하고자함
기능들을 구체화해서 menu 들을 구상해야 할 것 같음
## Reference
수업 시간에 진행 했던 CRUD 제작 cpp
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue asks to create a main.cpp file that uses a do-while loop to select operations and integrates CRUD functions from separate object files. First, look for existing object files or source files implementing CRUD operations in the repository. Understand how the menu should be structured based on the referenced class project. The goal is to produce a working main program that compiles and links the object files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100