Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 692 Bytes

Readme.md

File metadata and controls

7 lines (4 loc) · 692 Bytes

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.