General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Low Level
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "coding in c until my program crashes" video.
It's a shame scanf() isn't written correctly. It requires far too much effort to use, better to use fgets() and to strtok() it yourself, maybe even intermingle some strspn(), strcspn(), strpbrk() and a little bit of strchr() with the occasional strstr(). Finally use strtol() and try in vain to remember how to use it then give up and look at the man page.
4