seek and pos function alternatives
Hi guys,
I have qt 3.3.8 and I would like to know how to seek and find the byte position in a file, like a seek( ) and pos( ) in qt 4.
There doesn't seem to be these functions in the qiodevice.h file in 3.3.8. I really don't want to update to qt4. What should I do instead ?
Thanks!
Re: seek and pos function alternatives
In that case you can use FILE, fseek() and ftell().
Re: seek and pos function alternatives
Quote:
Originally Posted by
uchennaanyanwu
Hi guys,
I have qt 3.3.8 and I would like to know how to seek and find the byte position in a file, like a seek( ) and pos( ) in qt 4.
There doesn't seem to be these functions in the qiodevice.h file in 3.3.8. I really don't want to update to qt4. What should I do instead ?
Thanks!
maybe there are these methods which you are looking for?