This commit is contained in:
Михаил Капелько
2024-03-26 23:03:54 +03:00
parent 650bf410e8
commit e3b5ddea44
8 changed files with 69 additions and 30 deletions

View File

@@ -1,6 +1 @@
c++ -o test_memory_C++ \
-std=c++11 \
-IC++ \
C++/Memory.Aux.cpp \
C++/Memory.Test.cpp \
C++/main.cpp
c++ -o test_memory_C++ -std=c++11 main.cpp