abdomody35 / abdomody35/object-oriented-programming-1
Test copy()
未关闭
good first issue
help wanted
test
- 主要语言
- C++
- 星标
- 1
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
Testing the copy function for String class is needed
signatures include:
1) `copy(char*)`
2) `copy(char*, int)`
3) `copy(char*, int, int)`
4) `copy(int, int, char*)`
5) `copy(String&)`
6) `copy(String&, int)`
7) `copy(String&, int, int)`
8) `copy(int, int, String&)`
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。