+ 3
Anybody knows when fopen("file.txt","r") is useful?
9 Answers
+ 4
salam dadash, agha javab soal zir chi misheh :
char* p = "SoloLearn";
cout << *(p+5);
???
+ 3
Salam ...mishe harfe 'e'...
+ 2
It is useful when you have a file which you don't want to edit, just read and use it's contents.
+ 2
it can be used to index data from files
+ 2
damet garm ...
+ 1
to read for example only The first line from a big file
+ 1
when you open a file with read only previledges
+ 1
To read a Particular File
+ 1
It is useful when you want to only read the content of the file and nothing else.