Skip to content

aaron-jaeger/linked-list-demo-cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Linked List Demo

This is a simple linked-list demonstration. Some of the concepts included in the source files are inheritence, class friendship, and templating.

Getting Started

Pull the project onto your Linux machine and run make in the root directory of the project.

Aaron@DESKTOP:~/linked_list_demo$ make

Change to the bin directory and run the executable.

Aaron@DESKTOP:~/linked_list_demo/bin$ ./LinkedListDemo

Prerequisites

You'll need:

  • g++/gcc

  • make

  • c++11 Standard Library (minimum)

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements

Thanks to:

About

Demonstrates how to implement a linked list in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published