I am creating a license plate recognition system for my coursework and I need to incorporate a binary tree. The examples that I have seen have been quite general and I am unsure of how my code will work with it.
The code below is what I have produced;
Code:
void displayC(CarC* cPtr) { cout << "Car Registration: " << cPtr->carRegistration <<