Skip to content

ucu-cs/lab3-my-vector-__varanytsia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab work 4: my_vector and my_array

Authors (team):Ivan

Prerequisites

  • GCC or any C++20-compatible compiler
  • CMake ≥ 3.15
  • GoogleTest (installed automatically via FetchContent)

Compilation

mkdir build
cd build
cmake ..
cmake --build . --config Release

Usage

Tests:

ctest --output-on-failure

Example:

./my_array_tests

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

  • C++ 92.1%
  • CMake 7.9%