Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.8 KB

cpp.md

File metadata and controls

32 lines (28 loc) · 1.8 KB

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.