2023OSSLteam / 2023OSSLteam/StockTrading
main create() parameter error 수정
- Dominant language
- C++
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## 목적
cpp에는 포인터 말고, Reference라는 개념이 있어서 모든 객체를 포인터로 넘겨주지 않아도
함수에도 수정이 가능합니다.
## 작업 상세 내용
main create() parameter error 수정
## Reference
https://blog.naver.com/PostView.nhn?blogId=je1206&logNo=221395383908&parentCategoryNo=&categoryNo=64&viewDate=&isShowPopularPosts=true&from=search
Contributor guide
No contributing guide indexed for this repository
Research direction
Find the main create() function in the codebase. The issue suggests changing a parameter from a pointer to a reference. Look for function signatures involving pointers in main or related modules. Test the change by compiling and running any existing tests to ensure the reference semantics work correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100