You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cliente(unsigned int newId, string newNome, Data newData, float newVolCompras);
string getNome() const;
unsigned int getId() const;
Data getDataAdesao() const;
float getVolCompras() const;
void save(ofstream & out) const;
friend ostream& operator<<(ostream& out, const Cliente & cli); // mostra informacao do cliente no ecra
friend bool operator<(const Cliente &cli1, const Cliente &cli2); // compara 2 clientes (1 cliente e menor que outro se o seu nome for "alfabeticamente" inferior)