C++ beginners guide

Hi all, I just started developing with 3DSlicer. I successfully created a C++ (loadable) extension and can load it into 3DSlicer. I was wondering if there is a basic guide on how to interact with the data nodes, other extensions etc available? I looked at some of the source codes of other extensions, but a lot of them are in python. I would be very grateful if you can point me in the right direction of some good C++ related resources/extensions/videos which I can learn from. Thanks!

Hello,could you please tell me how to create a C++(loadable) extension and how can load it into 3DSlicer

Here’s a guide for creating an extension:
https://slicer.readthedocs.io/en/latest/developer_guide/extensions.html

And here’s the one creating C++ module:
https://www.slicer.org/wiki/Documentation/Nightly/Developers/Modules#Loadable_Modules

We are happy to answer specific questions.

Thank you. That helps!