(0 則留言) (0 個反應) (0 位負責人)C++ (2 個分叉)auto 404
good first issuehelp wantedtest

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (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&)

貢獻者指南