Chapter 5. ArrayMaster

Table of Contents
Introduction
Methods
 

Who are you going to believe, me or your own eyes?

 
--Groucho Marx 

Introduction

ArrayMaster is a class that handles arrays, like the name said. But it has some more advantages to standard arrays:

Like all AFC classes, you can instance a new ArrayMaster by calling afc_array_master_new() and free it with afc_array_master_delete()

To add elements to the array, use afc_array_master_add() to delete all elements call afc_array_master_clear() and to delete just one of them there is afc_array_master_del() .