Do IReadFile->read changes the postion in file?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
mitras1
Posts: 9
Joined: Mon Jan 29, 2024 8:02 am

Do IReadFile->read changes the postion in file?

Post by mitras1 »

Do you need to write IReadFile->seek after?
CuteAlien
Admin
Posts: 9638
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Do IReadFile->read changes the postion in file?

Post by CuteAlien »

Yes it moves the position, so no need for seek.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply