Date Validation HelpHow do I do #2. substr() won't work for me. I assume it's because I'm comparing a char struct? How w...
Date Validation HelpOh, sorry about that. It should be in MM/DD/YY format. So the separator is "/".
Help With Basic Encryption/Decryptionthank you so much!
Date Validation HelpHow would I validate the date? Thank you. struct Inventory { char SKU[SKU_SIZE]; char ...
Help With Basic Encryption/Decryptionwhile(!in.eof()) { in >> ch; char d = int(ch) + 10; out << d; } while(!in.eof()) { in ...
This user does not accept Private Messages