C++
To use all of the latest JUCE features you should at least use C++14 as your standard. Any newer standard works as well.
Idioms
If the list of idioms & language features below seems familiar to you, you're at a great starting point. If not, I have provided some resources below.
Composition
Inheritance
virtual
/override
/final
Smart Pointer (unique & shared)
Where possible:
noexcept
/const
Container
array
vector
map
Last updated