Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 344 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 344 Bytes

simple-credit-card-validator

Uncomplicated card validator in c++ using Luhn's Algorithm for both AMEX and others credit cards with 15 or 16 digits. Infinite loop of choices including clear(); option implemented using separate function with windows.h library. Many checks and infinite user input asking or exit(); function.