C Programming Tutorial # 42 - fgets() - Reading Strings From A File - Part 1 [HD]
Visit //www.CPlusPlusTutor.com In this tutorial we will learn about fgets() function - a function to read strings from a file. fgets() allows you to specify number ...
hi, great video. I just have one question. I have been asked for one of my
assignments to actually read a text file of number values. So i understand
there will have to be a string array. Would I have to create a separate
function which loops based on the size of the string and converts the
string into an integer value? if so how exactly does one o about doing that?
Really very easy to understand when we are watching the videos. Great
Teaching. But most of the tutorials are missing the conclusion videos. What
is the use of watching all the stuff without any conclusion. Again we need
to read all the stuff from the first. Kindly upload the conclusion videos
so that we'll get benefit of these videos.
great tutorial! one quick question, you said that fgets only read strings.
just wondering what is the function to use if i want an integer-reading
equivalent of fgets? is it like fgeti or something? thanks!
He says around 2:40 what if someone has a long name. Hahahah The reason why
this is funny is because he is Indian and we all know that some Indian last
names are really long! Hahahah LOL
@kennybenny17 Please visit CPlusPlusTutor. com to find out. This helps
cover some of the expenses of producing the tutorials and maintaining the
website.
i didn't the idea of making us watch the first video then we can't watch
the second. anyway thanks it was useful, but i wished if i could see the
other
45 | fgets() Function C Programming Language Video Tutorial
In this C programming language video tutorial / lecture for beginners video series, you will learn about how to read a string from a file using fgets() function in ...
C Programming Tutorial 42 fgets Reading Strings From A File Part 1