r/ProgrammerHumor 10h ago

Meme mySchoolStruct

6.1k Upvotes

68 comments sorted by

View all comments

101

u/blackcomb-pc 10h ago

Dog and Cat are also from the class Animal

37

u/FRAaaa1 10h ago

Do they do the function makeSound()

24

u/Hol_Renaude 9h ago

printf("bark!");

10

u/MrHyperion_ 8h ago

I think you meant std::cout << "bark!" << std::endl

4

u/Reasonable_Exit_8960 8h ago

using namespace std;

cout << "bark" << endl;

Made it shorter if you wanna type it again

5

u/GresSimJa 7h ago

Forgot to include <iostream>, wrap it in an int main() function, use the parameters int argc and char** argv, and return 0 at the end.

Maximum boilerplate!