Tutorials on how to write custom C++ plugins?

Hello!

I need to do some specific things with Orthanc but writing C++ on its own is already hard for me. I was wondering if there is any tutorial on how to write custom plugins for Orthanc in C++? With some basic examples/use cases.

Hello,

You can find references and links to tutorials in the Orthanc Book:
https://book.orthanc-server.com/developers/creating-plugins.html

In particular, you might have an interest in the recently released Python bindings:
https://book.orthanc-server.com/plugins/python.html

HTH,
Sébastien-