Consider changing naming of all C++ methods: 1. Closer to c++ vector and lowercase 2. Specific: \* LeftParan() -> group(), RightParan() -> endgroup() \* GetSize() -> size() \* Get(i) -> at(i) \* IsEmpty() -> empty() \* Binary -> Blob