C++ is a powerful but complex programming language, and Cinema 4D’s plugin development context adds its own peculiarities. With our internal Cinema 4D C++ code style guide as a basis, we created a simplified version for our wider C++ plugin software development community. The guide explains:
- Major ‘dos and don’ts’ in the Cinema 4D plugin development context
- Useful tips to enforce consistency
- The C++ 11 features that you can use
- Limitations you should be aware of
A major benefit to following the guide is it will allow us to better understand your code snippets when asking for help on the Plugin Cafe forum.
You can find the guide right here.
Hello Joey, thank you and team for guide!