How to parse and validate a number in C

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Bro, thanks for your channel!!! Now I will sucessed on algorithms in college. Keep with your great work

kauealmeida
Автор

YOU ARE A GENIOUS!!! been trying to find out how to validate numbers when a user inputs a no number value, this is simple and works just fine!!!

bikrae
Автор

Greta video; great explanation. Much better than the man pages in UNIX. Cheers mate

rodolfokey
Автор

Wow Ive just discovered your channel! You're an amazing teacher!!
So What about if my str is something like "123Abetc"
How can I separate the int part from the char part to evaluate them separately?
Ive read strtol can accomplish this but I haven't figured out how yet!
Thank you very much!

Phantom-pjls
Автор

Hey ! Thank you for the vids ! Can you show me how to make a header or a file, where I can have commonly used funtions stored, for example, to use them faster when I need them . So, just to include the header, in use whatever function I need .

wick
Автор

Thank you for the video. What about real numbers how to validate 123.45 ?

deset