Posts by André • 21 points
1 post
-
1
votes1
answer68
viewsQ: "no overloaded Function takes 0 Arguments" when trying to insert into Std:
bunny is the standard class that has only the bunny(construtor) and ~bunny(desconstrutor) pattern. int main() { vector<bunny> bunnies; // Este usa o construtor padrão. bunnies.push_back(); //…