Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by Jonna ( 14 years ago )
#ifndef HENKILO_H_DEFINED
#define HENKILO_H_DEFINED
#include <string>
#include "kysely.h"
#include "intkysely.h"
#include "doublekysely.h"
#include "merkkijonokysely.h"
class henkilo
{
public:
henkilo(const intKysely &i, const doubleKysely &d, const merkkijonoKysely &m);
~henkilo();
private:
intKysely lenght;
doubleKysely weight;
merkkijonoKysely name;
/* data */
};
#endif
Revise this Paste