Skip to content

Container, a simplified analogue of std::vector. A pointer wrapper has been written for this container. The RAII idiom is used.

Notifications You must be signed in to change notification settings

DrMerlin01/SimpleVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleVector

Container, a simplified analogue of std::vector. A pointer wrapper has been written for this container. The RAII idiom is used.

Building and Run

  1. mkdir BuildSimpleVector && cd BuildSimpleVector
  2. cmake ..
  3. cmake --build .
  4. Start ./simple_vector or simple_vector.exe

System requirements and Stack

  1. C++17
  2. GCC version 8.1.0
  3. Cmake 3.21.2 (minimal 3.10)
  4. RAII

Future Plans

About

Container, a simplified analogue of std::vector. A pointer wrapper has been written for this container. The RAII idiom is used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published