2023OSSLteam / 2023OSSLteam/StockTrading
main create() parameter error 수정
- Langage dominant
- C++
- Étoiles
- 1
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- backend
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 30/100