Hello, another newb with another file i/o problem here.
I can output ok, not that much of a problem. The only thing is that one of those characters I output to file happens to be an odd one (ASCII code 12, a female symbol (you know, with the circle and cross) to be specific).
When I then try to input the file to a string, it simply ignores this characrer (it is the first one in the file by the way). I have tried replacing it wuth "normal" characters,(7 and k), and they are accepted.
Little odd, that is all, hoping someone here can help me out.
Thanks.



LinkBack URL
About LinkBacks



. If you have any other suggestions as to how change things for the better i would also appreciate them (intrigued by how char pointers can be used in place of arrays?)
. Though it is probably that which is why C++ is ignoring it when it is being read from file. So, do we know any commands(or methods) that will allow all characters to be read, regardless of position in relation to the number 32? Ther is bound to be one out there, but i don't know it. Perhaps with this knowledge another google search is in order. Will try.