brs-cpp:C ++中BRS保存文件库的单个头文件实现

时间:2021-02-15 22:28:44
【文件属性】:
文件名称:brs-cpp:C ++中BRS保存文件库的单个头文件实现
文件大小:103KB
文件格式:ZIP
更新时间:2021-02-15 22:28:44
C brs-cpp 发展 如何建造: cmake --build [ Build directory ] 如何运行测试: cd [ Build directory ] ctest --verbose 下载 转到侧栏,然后导航到要下载的版本。 如果您想要最新的更改,则可以获取带有latest标签的发行版,也可以按版本进行发行。 不要克隆存储库,然后复制文件,该文件未包含所需的库。 如何使用 这是一个从BRS文件加载和读取不同内容的简单示例: # define BRS_BRICKADIA_IMPLEMENTATION_H # include " brs.hpp " # include < iostream> # include < filesystem> int main () { BRS::Reader reader ( std::filesystem::current_path
【文件预览】:
brs-cpp-master
----CMakeLists.txt(501B)
----.gitignore(6KB)
----README.md(2KB)
----.github()
--------workflows()
----tests()
--------CMakeLists.txt(669B)
--------uuid_tests.cpp(1KB)
--------bitreader_tests.cpp(2KB)
--------color_tests.cpp(764B)
--------test_save.brs(437B)
--------brs_test.hpp(5KB)
--------brsreader_tests.cpp(4KB)
----LICENSE(34KB)
----CMakeSettings.json(489B)
----brs()
--------brs.hpp(22KB)
--------miniz.h(397KB)

网友评论