Skip to content

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

 
 

Repository files navigation

Lab work 5: Vector

Authors (team):

  • Sahaidak Yurii
  • Pavlyk Bohdan
  • Samoilenko Marta

Compilation

Using CMakeLists.txt

mkdir -p build
cd build
cmake ..
cmake --build .

Usage

Tests

To using GTests run

./build/test_my_vector
./build/test_my_array

Results

General

  • created Google tests for the MyVector and MyArray
  • created classes that conform to the tests
  • added git-hub pipeline to run tests, but it waits infinitely =(

Valgrind

valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./build/test_my_vector
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./build/test_my_array

Additional tasks

Comparison

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

  • Jupyter Notebook 71.8%
  • CMake 16.2%
  • C++ 11.4%
  • Shell 0.6%