how to write an address (pointer) in a text file that can be read and dereferenced in C

Posted by hatorade on Stack Overflow See other posts from Stack Overflow or by hatorade
Published on 2010-05-14T08:30:22Z Indexed on 2010/05/14 8:34 UTC
Read the original article Hit count: 146

Filed under:
|
|

I would like to write an address in a text file, which can be read by fscanf and dereferenced by C after reading the pointer. How do I write the address in the file?

© Stack Overflow or respective owner

Related posts about c

    Related posts about pointers