Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as C++ by registered user raphael ( 1 year ago )
#ifndef NOMMERE_H
#define NOMMERE_H
#include <string>
using namespace std;
class NomMere
{
public:
int age;
string prenom;
string nom;
NomMere(int,string,string);
virtual string toString()=0;
virtual void fonction()=0;
};
#endif // NOMMERE_H
Revise this Paste