Created
July 25, 2022 16:32
-
-
Save avipars/919c5cf75730676167424a3234c28933 to your computer and use it in GitHub Desktop.
cpp files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Food * gMeal[2] | |
= new Fish(); | |
= new Dessert(); | |
MyString &operator+(char c); | |
friend MyString&operator(char c, MyString s); | |
MyString &operator+(char c, MyString s); | |
MyString& MyString::operator(char c); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment