tree: 09731379367ba388bc36d6828f3bb4fade21e017
  1. basic.cpp
  2. CMakeLists.txt
  3. getting_started.cpp
  4. README.md
examples/cpp/README.md

OpenDAL Cpp Examples

Thank you for using OpenDAL Cpp Core!

Note: These examples follow the Google C++ Style Guide for API naming conventions.

Run Examples

mkdir build
cd build
cmake ..
make
./basic-example