This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
modernizing_the_vanillajuce_code_base [2017/09/01 17:43] shane [Pointers and references] |
modernizing_the_vanillajuce_code_base [2017/09/01 19:49] (current) shane [Newer C++ features and constructs] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Coding Practices ==== | ||
| - | * [[Modernizing the VanillaJuce code base]] -- purging outdated practices in C++ code | ||
| ====== Modernizing the VanillaJuce code base ====== | ====== Modernizing the VanillaJuce code base ====== | ||
| Line 40: | Line 38: | ||
| ===== Newer C++ features and constructs ===== | ===== Newer C++ features and constructs ===== | ||
| + | The following two items remain open at this point, pending further guidance from more experienced JUCE developers. I reviewed all my '' | ||
| + | Comments welcome on the JUCE Forum! | ||
| * [[Range-based for loops]] | * [[Range-based for loops]] | ||
| * [[inline member variable initialization]] | * [[inline member variable initialization]] | ||