(0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (2 Forks)auto 404
good first issuehelp wantedtest

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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&)

Contributor Guide