tree: e2f3bee2a628e43294ffb1ff6d30c7b94226f225 [path history] [tgz]
  1. basic.cpp
  2. CMakeLists.txt
  3. 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