Most C++ naming conventions dictate the use of camelCaseIdentifiers: names that start with an uppercase letter for classes (Person, Booking>
camelCaseIdentifiers
Person
Booking>
Why the need to reconcile? As long as the code compiles, and you can get work done, don't worry about it.