12345
m_plate[9] std::cin >> m_plate; for (int i = 0; i < strlen(m_plate); i++){ .... }
warning C4018: '<': signed/unsigned mismatch