Beginning C Programming - Part 48 - Writing Strings To File

preview_player
Показать описание
We chatter on this Discord server:

Series of videos on programming in C

I've added ads, as it seems it's the only way to appear in searches!
Рекомендации по теме
Комментарии
Автор

I tried the exact program and it didn't change the text file but it did prompt that "file found".What did I do wrong?

ajfranco
Автор

is this good to do this? 

int c; 

while( (c= getchar()) != EOF)
       fputc(c, filepointer);

AbhimanyuAryan
welcome to shbcf.ru