#include
using namespace std;
#include CriteriaArray.h
CriteriaArray::CriteriaArray() : size(0) {}
CriteriaArray::~CriteriaArray()
{
for (int i=0; i
return NULL;
return elements[index];
}
void CriteriaArray::add(Criteria* c)
{
if (size >= MAX_SIZE) {
cerr<<“Overflow”<
}
cout<

![[SOLVED] CS #include](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] pakudex](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.