Add DqnReflect, deprecate old library

They're horrible. I'm able to write better versions now.
This commit is contained in:
2019-02-21 00:22:21 +11:00
parent a38d7a7cb7
commit 28a1fe8b24
22 changed files with 1866 additions and 13761 deletions
+3
View File
@@ -0,0 +1,3 @@
all: DqnUnitTest.cpp
mkdir -p bin
g++ -std=c++14 -o bin/DqnUnitTest DqnUnitTest.cpp -lm -Wall -pthread -ggdb