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

贡献者指南