[SOLVED] CS #ifndef CRITERIA_H

$25

File Name: CS_#ifndef_CRITERIA_H.zip
File Size: 197.82 KB

5/5 - (1 vote)

#ifndef CRITERIA_H
#define CRITERIA_H

#include
using namespace std;

class Criteria
{
public:
Criteria(string=, string=, int=0);

string getName();
string getValue();
intgetWeight();
void print();

private:
string name;
string value;
intweight;
};

#endif

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #ifndef CRITERIA_H
$25