View Single Post
Join Date: Jun 2008
Posts: 66
Reputation: ambarisha.kn is an unknown quantity at this point 
Solved Threads: 0
ambarisha.kn ambarisha.kn is offline Offline
Junior Poster in Training

Re: Help: fwrite, I want to write forward pointer address in present file pointer

 
0
  #4
Oct 22nd, 2008
Originally Posted by Narue View Post
>i want to write forward pointer address in present pointer field.
If I understand your problem correctly, you have two immediate options:
  1. Get the current address, then offset it by the known amount and write it.
  2. Seek forward, save the current address, then seek back and write it.

How to get the current address
Ambarish
Reply With Quote