You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kenneth Bruen
5789f53721
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
dynarray.hpp | 3 years ago | |
example.cpp | 3 years ago |
README.md
DynArray: basic dynamic array (list/vector) implementation
Why? Why not.
How to run?
Got make?
make run
No make?
g++ example.cpp -o example
./example
Windows?
g++ example.cpp -o example.exe
.\example.exe
Windows without g++
?
I never compiled something using msvc
from the terminal. I guess make a new Visual Studio project, copy-paste the files in there and have fun, idk.