Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int i = 0; i < t.d.fio.length(); i++) {
- if (isdigit(t.d.fio[i])) {
- MessageBox(0, L"В фамилии нельзя вводить цифры!", L"Ошибка", MB_ICONERROR | MB_SETFOREGROUND);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement