strange.
Try adding:
before
strange.
Try adding:
before
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
if i use readRawData i am getting some binary data , but if i use readBytes i am getting bad pointer , i need to get string data in ordinary format not in binary format , how to achieve this ?
Last edited by rajeshs; 4th January 2008 at 03:51.
Thanks,
Rajesh.S
but before you said you got still the bad pointer?f i use readRawData i am getting some binary data
What did you change?
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
sorry ,since i need binary data as normal data i tried to use only readbytes and >> operator ,
Thanks,
Rajesh.S
Bookmarks