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.
Subscribe to:
Post Comments (Atom)
Featured Posts
How to Fix Missing Dual-Boot Entries in Kali Linux GRUB (Enable OS-Prober)
How to Fix Missing Dual-Boot Entries in Kali Linux GRUB (Enable OS-Prober) | Infinite Programming Tips ...
-
public struct CoOrds { public int x, y; public CoOrds( int p1, int p2) { x = p1; y = p2; } }
-
LM Studio Overview LM Studio is a desktop application designed for developing and experimenting with large language models (LLMs)...
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......