7 lines
112 B
Plaintext
Executable File
7 lines
112 B
Plaintext
Executable File
c++ -o test_memory_C++ \
|
|
-std=c++11 \
|
|
-IC++ \
|
|
C++/Memory.Aux.cpp \
|
|
C++/Memory.Test.cpp \
|
|
C++/main.cpp
|