Alphanumeric ID Code - TechRepublic
General discussion
January 15, 2003 at 12:21 PM
abstractor

Alphanumeric ID Code

by abstractor . Updated 23 years, 5 months ago

Hello, I am learning C++.

I’m trying to determine how to to create a 7 digit I.D. code by accepting user input. The I.D. code needs to accept both digits and letters (e.g. C456W91). I understand how to create either an array of integers, OR anarray of characters but I am unsure how to go about combining integers and characters in this way.

Thanks for any help you might offer.

This discussion is locked

All Comments