- 作业标题: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 */
。。。