Skip to content

Instantly share code, notes, and snippets.

@avipars
Created July 25, 2022 16:32
Show Gist options
  • Save avipars/919c5cf75730676167424a3234c28933 to your computer and use it in GitHub Desktop.
Save avipars/919c5cf75730676167424a3234c28933 to your computer and use it in GitHub Desktop.
cpp files
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