Thread
:
Help: fwrite, I want to write forward pointer address in present file pointer
View Single Post
•
•
Join Date: Jul 2008
Posts: 2,001
Reputation:
Solved Threads: 343
ArkM
Offline
Postaholic
Re: Help: fwrite, I want to write forward pointer address in present file pointer
0
#
3
Oct 22nd, 2008
It's absolutely senseless operation to write memory addresses (pointer values) onto external files. Addresses are not persistent values...
Better reread your task specifications...
ArkM
View Public Profile
Find all posts by ArkM