[SOLVED] CS #ifndef DYNARRAY_H

$25

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

5/5 - (1 vote)

#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
$25