Database

时间:2024-03-25 12:15:32
【文件属性】:

文件名称:Database

文件大小:12KB

文件格式:ZIP

更新时间:2024-03-25 12:15:32

C++

编译 要使用g ++进行编译,请使用以下命令: g++ -O3 -std=c++17 -static-libgcc -static-libstdc++ -o main.exe -g ./src/*.h ./src/*.cpp 使用CMake 使用CMake进行编译 cmake . -G "MinGW Makefiles" make 数据库 命令行中的自定义C ++数据库编辑器。 使用自定义数据库格式。 数据库格式 //table >format (//table or //list) //3 >columns (1 for //list) `Index >index for item content content content `Index2 >ind


【文件预览】:
Database-master
----src()
--------searcher.cpp(1KB)
--------interface.cpp(2KB)
--------auditor.h(762B)
--------database.h(893B)
--------parseArgs.h(262B)
--------parseArgs.cpp(7KB)
--------slib.h(499B)
--------dataType.h(800B)
--------auditor.cpp(5KB)
--------dataType.cpp(2KB)
--------main.cpp(219B)
--------searcher.h(306B)
--------interface.h(206B)
--------database.cpp(3KB)
--------slib.cpp(1KB)
----CMakeLists.txt(363B)
----help.txt(1KB)
----README.md(593B)

网友评论

相关文章