Hi All,
Is the naming convention typically used for C++ vector arrays, with multi-word identifiers, to use an underscore between the words?
I'm finishing up a C++ course offered by the local college - I'm taking one of the "classroom: online" sections - and I'm running into that usage in the text that we're using. The authors have always given some generic admonishment that 'this is how most programmers name someIdentifier', but they didn't do that with vector names - so I'm wondering if their naming convention is the accepted (official/defacto) standard, or just a format that they use and for whatever reason omitted a proper reference.
Thanks!