Hello,
I'm creating an application using C which requires the data structures
like trees and graphs to be stored in files and retrieved later
( simply serialization of a data structure ) .
Is there any libraries available in C for this purpose ?
I'm creating an application using C which requires the data structures
like trees and graphs to be stored in files and retrieved later
( simply serialization of a data structure ) .
Is there any libraries available in C for this purpose ?
Comment