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

Error Message in DBeaver connecting using jdbc: Public Key Retrieval is not allowed

Fixing “Public Key Retrieval is not allowed” Error in MySQL with DBeaver   If you are trying to connect MySQL 8+ with DBeaver and suddenly...