Skip to content

Yeaseen/GenericListCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a data structure for storing multiple data types in a single array container in cpp.

  • For Linux users, run g++ --version to check the g++ compiler version. If it's version 7 or later, your compiler likely supports C++17. Otherwise, update gcc.
  • Try online here, select C++17 as the compiler.
  • In Windows, to run this cpp program, you must have a compiler supporting c++17 features. The following link given here is a keyway to downloading the updated compiler and enabling necessary compiler supports in Code::Blocks.

About

An implementation of a generic ArrayList and a generic LinkedList in cpp which can store multiple data type variables.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages