Skip to content

The template class ZLL supports primitive types along with custom objects.

Notifications You must be signed in to change notification settings

WilmarthD/Link-List-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link-List-Template

Steps to running the program

  • Download the repository with all files and folders
  • Run "make" or "make all" from the main directory (not within the bin or obj folder)
  • Call executable
    • This can be done by typeing either "./zll_sample" from inside the bin directory or "bin/./zll_sample" from the main directory

The main is located in zll_sample.cpp. To change the output and create your own ZLL instances, make changes there.

Crayon.h and Crayon.cpp are examples of a class to be instantiated with the template class, though you can create your own to insert as well.

When createing your own class, you must either write over the code in Crayon, keeping the same file names, or adjust the makefile to include a new cpp file for compilation.

About

The template class ZLL supports primitive types along with custom objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published