Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News Editorials & Other Articles General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

My cat
can beat
up your
MAGAT

At the very
least,

25_47

He’s
delusional!
Your
cat
loves me
more


I
got
your
nose
I got
your
nose
Give me all
of your
giggles!
Give me
all of your
cookies!
Now!
Something
pithy
this way
comes
Fuck
that
noise
Check out
all the stickies
on Grovelbot's
Big Board!

phantom power

(25,966 posts)
Thu Mar 1, 2012, 05:57 PM Mar 2012

st_tree - A C++ template tree container class

If you're into that sort of thing. Don't know how many C/C++ programmers we have here, but tree is one of the "basic" data types missing from STL, or even Boost:

https://github.com/erikerlandson/st_tree

A C++ template tree container class for storing data in an arbitrary tree structure. This tree container class is STL-compliant, supports configurable storage models for child nodes, is unit tested and memory tested. It is open source and released under the Apache 2.0 license

Latest Discussions»Culture Forums»Open Source and Free Software»st_tree - A C++ template ...