I’m stuck can’t the output of this code I believe the main ismissing? I need a screenshot and IDE with the date of OS
arrayListType.h
#ifndef H_arrayListType
#define H_arrayListType
class arrayListType
{
public:
bool isEmpty() const;
bool isFull() const;
int listSize() const;
int maxListSize() const;
void print() const;
bool isItemAtEqual(int location, int item) const;
virtual void insertAt(int location, int insertItem) = 0;
virtual void insertEnd(int insertItem) = 0;
void removeAt( int location);
void retrieveAt(int location, int& retItem) const;
virtual void replaceAt(int location, int repItem) = 0;
void clearList();
virtual int seqSearch(int searchItem) const = 0;
virtual void remove(int removeItem) = 0;
void removeAll(const arrayListType& removeItem);
arrayListType(int size = 100);
int min(int first, int last);
int max(int first, int last);
arrayListType (const arrayListType& otherList);
virtual ~arrayListType();
protected:
int *list;
int
PayPal Gateway not configured
PayPal Gateway not configured