abdomody35 / abdomody35/object-oriented-programming-1
Test copy()
Offen
good first issue
help wanted
test
- Vorherrschende Sprache
- C++
- Sterne
- 1
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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&)`
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.