Skip to content

Commit c2bccc2

Browse files
authored
Create README.md
1 parent 3488256 commit c2bccc2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# DynamicArray
2+
3+
This is a basic library that allows one to easily create dynamic arrays using a C interface. Actually, it was intended as a DLL plug-in for Zorro Trading Automation. The backend was written in Win32 C++17 using Visual Studio. Its only dependency is the STL library.
4+
5+
## Build Instructions
6+
7+
Currently, the library is meant to be built in Visual Studio 2017, though it should not be hard to recycle the core code for UNIX.
8+
9+
To build a DLL for Zorro, simply open the solution file, and build in the Release/x86 mode.
10+
## License
11+
12+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)