C++ Standard Template Library [Map]
Store Different Class Object to File [STL + File I/O Solution] Problem : I am having classes in a project like [Student, Customer and many more classes] now I have to manage [Add, Update, Delete & Display All] all the class data/object to File. Requirement is much efficient manner + minimum overhead. Much Efficient Solution: [...]