Reading From a File in C - fopen, strtok, & errno

preview_player
Показать описание
0:45 - Creating a FILE pointer variable
1:02 - Getting the file name from the command line
1:40 - Opening & reading the contents of a file
6:33 - Splitting up the input lines using strtok
12:22 - Checking for errors (perror & errno)
Рекомендации по теме
Комментарии
Автор

The tutorial was good, but it could be great if code was provided as a GitHub gist maybe

nikhilagrawal