UCLA A6


  • 作业标题:Homework 6 – due March 8th
  • 课程名称:University of California, Los Angeles (Winter 2022)
  • 完成周期:2天

Overview

Instructions: A template to answer this homework is provided on Bruinlearn.
The template includes:

• main.cpp. It’s very short and shows you the capability of MyString that you start with. By
allowing you to print and assign normally, you can easily test the member functions that you
define.

• MyString.hpp and MyString.cpp are the files which you will turn in.

• MyString.hpp . This contains the definition of the class MyString.

DO NOT DELETE #include “students-ignore1.h” or #include “students-ignore2.h”.
Always have the end of this file read:
#include “students-ignore1.h”
};
#include “students-ignore2.h”
#endif /* MyString_hpp */

。。。


文章作者: IT神助攻
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 IT神助攻 !
  目录