Re: Glib equivalent to std::set

2006-02-28 Thread Paul Pogonyshev
Peter wrote: > Paul Pogonyshev wrote: > > >Peter wrote: > > > > > >>I've been wanting to start an app in C++, but am leaning towards GLib > >>partly because of its easy Python integration. My question is, what is > >>the best way to get a std::set equivalent in GLib?.. > >> > >> > > > >It s

Re: Glib equivalent to std::set

2006-02-28 Thread Paul Pogonyshev
Peter wrote: > I've been wanting to start an app in C++, but am leaning towards GLib > partly because of its easy Python integration. My question is, what is > the best way to get a std::set equivalent in GLib?.. It seems there is no direct analogue in GLib. However, you can get away with using

Glib equivalent to std::set

2006-02-27 Thread Peter
I've been wanting to start an app in C++, but am leaning towards GLib partly because of its easy Python integration. My question is, what is the best way to get a std::set equivalent in GLib? For those of you who aren't big on the C++ Standard Template Library, a std::set is a type of container t