This commit is contained in:
2025-12-01 23:41:00 +01:00
parent 1c1e22b1df
commit 9bc260a750
14 changed files with 254 additions and 38 deletions

View File

@@ -39,12 +39,12 @@ class Cuac {
private:
friend class TablaHash;
string usuario;
Fecha fecha;
string mensaje;
Fecha fecha;
public:
void escribir();
void leer_pcuac();
void leer_mcuac();
bool comparar(Cuac &c); // falta implementar comparar!! ej. 004
Fecha& get_fecha();
};