How do you add a hash table to this structure?
struct header =>
{
customer => '$',
type => '$',
shares => '$'
};
I need to add a hash table to the header struct to hold a map of friend_type->friend_name. The friend_type string will represent the different friends in the flat.dat file that it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.