tree: 33568d904565d678d4c14351dd5d5851b2becfcc [path history] [tgz]
  1. basics/
  2. topics/
  3. README.md
docs/development/languages/fidl/tutorials/hlcpp/README.md

HLCPP tutorials

Note: if you are developing within the fuchsia.git tree, you are recommended to use the new C++ bindings bindings, which offer better ergonomics, thread-safety, and performance.

This section includes the following tutorials for using the HLCPP FIDL bindings:

Getting started

  1. Include FIDL in a C++ project
  2. Write a server
  3. Write a client (async or synchronous)

Topics