Functions and variables start with lower case: myMethod . Constants are all upper case: const ... Template parameter names use camel case: InputIterator .
確定! 回上一頁