Skip to content

ucu-cs/lab3-my-vector-k_savorona-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab work: my_vector & my_array

Authors (team): Kostyantin Savorona

Prerequisites

  • cmake
  • build-essentials
  • google tests

Compilation

mkdir build && cd build
cmake ..
make

Usage

There is a folder tests/ with tests coverage both for my_vector and my_array.

Results

During this laboratory work, I get used to work with dynamic memory allocation, reviewed some common approaches on how to build different std::vector methods and reviewed generic programming patterns.

About

modern_cpp_2024-2025-lab3_my_vector-template_cpp-1 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 62.2%
  • C++ 32.4%
  • Shell 5.4%