Read A File And Display Its Contents | C Programming Example

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

This is literally the best one could ask for in a programming course, lol. What's the catch? Seriously this is literally perfection in teaching a "part". One can follow and understand every step. Good mic quality, good onscreen information, and good english language. Only real criticism is that lightmode hurts my eyes (joke). Great job and Thank you!!

nyrxkoe
Автор

Error opening file😢
Idk why, I even tried using path it won't work.I am using vscode btw

bigRat
Автор

Nothing gets printed on the terminal even though the txt file is not blank.

xrhstosk
Автор

Your voice and tonality 100℅ resembles Robert downey junior...Ironman🎉

ak
Автор

Amazing set of videos. One video of interest might be why windows complains about using fopen as opposed to fopen_s(). This has always puzzled me.

Morberticus
Автор

can i use printf instead of putchar? i tried and it worked

ionguzun
Автор

SO what about if you are trying to obtain a word from the file? Then what?

I've been deep searching for a long time and cannot find a single solution to this and just left stranded as I am a new C programmer all I keep looping back to is "Hey now you can print the text from the file into a CMD / Terminal" rather than being able to actually do anything with that data from the file.

draft_fusion
Автор

Hi, i'm not sure if you're still responding to comments, but i tried vc code in vs and putchar(c) isn't displaying what i have in the text file. I copied the exact same code you're using.

allhailcowcow