Hi! > I haven't been able to find any information on how to use hash > tables, such as in GLib. Is there a hash table implementation in > glibmm?
What about std::map or std::multimap? As the STL is usally a good choice Glibmm does not provide wrappers for those parts of Glib unless they are useful. Regards, Johannes Daniel Levin schrieb: > Hi - > I haven't been able to find any information on how to use hash tables, such > as in GLib. Is there a hash table implementation in glibmm? > > Thanks, > Dan > _________________________________________________________________ > Check the weather nationwide with MSN Search: Try it now! > http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
