terminado parte1

This commit is contained in:
Pablo
2025-11-09 22:10:03 +01:00
parent a9df9ab4f9
commit d90429a4d9
10 changed files with 43 additions and 46 deletions

View File

@@ -23,6 +23,7 @@ public:
Fecha operator+(const int &i) const; //f+5
friend Fecha operator+(const int &i, const Fecha &f); //const por seguridad y & por velocidad
friend ostream& operator<<(ostream& os, const Fecha& f);
};
Fecha operator+(const int &i, const Fecha &f); //const por seguridad y & por velocidad