G
gopesh patel
Hello all,
I have a text file and I want to read the data from it. I know I can
do it by using getline or fread kind of functions.
But the problem is data looks encoded in some unknown format and
whenever I try to use getline or fread it doesn't show me anything.
The data is in a text file called test.txt and it looks like
following :
A ÃŽ4?ÃÑ>¡Â¿ÂôR>袾Үû¾òôÂ>~<è¾uEð>uÕ¾Çû>ÂA>Âó´>…Âþ>ûˆ¾îJ
?
Can someone help me with reading it ?
Thanks,
Gopesh
I have a text file and I want to read the data from it. I know I can
do it by using getline or fread kind of functions.
But the problem is data looks encoded in some unknown format and
whenever I try to use getline or fread it doesn't show me anything.
The data is in a text file called test.txt and it looks like
following :
A ÃŽ4?ÃÑ>¡Â¿ÂôR>袾Үû¾òôÂ>~<è¾uEð>uÕ¾Çû>ÂA>Âó´>…Âþ>ûˆ¾îJ
?
Can someone help me with reading it ?
Thanks,
Gopesh