[SOLVED] CS计算机代考程序代写 #ifndef DYNARRAY_H

30 $

File Name: CS计算机代考程序代写_#ifndef_DYNARRAY_H.zip
File Size: 452.16 KB

SKU: 2097440696 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


#ifndef DYNARRAY_H
#define DYNARRAY_H

#include “Criteria.h”
#include “defs.h”

class CriteriaArray
{
public:
CriteriaArray();
~CriteriaArray();
voidadd(Criteria*);
int getSize();
Criteria* get(int);
voidprint();

private:
Criteria* elements[MAX_SIZE];
int size;
};

#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 DYNARRAY_H
30 $