C++ - TechRepublic
General discussion
November 21, 2004 at 06:51 AM
cflarida

C++

by cflarida . Updated 21 years, 2 months ago

I’m looking to write a very small program in C++ the verify one number against another number. the first number is 3 digits long and the second is 10 digits. the first number needs to match the numbers in the 3rd 4th and 5th possition in the second number and beep on error. if corect clear out the second number but leave the first number in the field. Any help would be great.

This discussion is locked

All Comments