Kervin's Head
#ifndef KERVIN
#define KERVIN
#include
#include
#include
typedef std::string page;
typedef std::vector file;
typedef std::string topic;
typedef std::set FilingCabinet;
class Kervin {
private:
FilingCabinet Grns;
page read;
public:
// a file from me
bool fileMyPage( page, file );
page TellMeabout( topic );
};
#endif
#define KERVIN
#include
#include
#include
typedef std::string page;
typedef std::vector
typedef std::string topic;
typedef std::set
class Kervin {
private:
FilingCabinet Grns;
page read;
public:
// a file from me
bool fileMyPage( page, file );
page TellMeabout( topic );
};
#endif

0 Comments:
Post a Comment
<< Home