WebHosting

Sunday, February 27, 2011

How we can write full structure to a file???

We can write a full structure to a file only if the structure has fixed fields not if the structure has any pointer variable because the size is not fixed which is necessary while writing to a file. so either have a fixed size structure or we need to write the structure as a separate elements one by one bye calculating the size of the field at runtime.

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Auto-Terminate Frozen and Hung Apps in Windows

We have all been there. You are in the middle of an important project or a gaming session, and suddenly, your screen freezes. The dreaded ...