hi all ..
i'm trying to write to file ok
then i used a streamwrtier then try to write to file some characters .. and they were written successfully
but when i tried to read them as byte i faced a character byte with value 13 .. i didn't write it
as eg. i white in my code
strmwrtr->writeline("P2");
i found
80 = P then
50 = 2 then
13 -----> my problem
i searched the net how can i avoid this .. but .. nothing