CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    How to create a tree data structure in C++ with boost

    There seems to be lacking support for
    tree data structure.
    You have to implement it yourself?
    Thanks
    Jack

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: How to create a tree data structure in C++ with boost

    Quote Originally Posted by lucky6969b View Post
    There seems to be lacking support for
    tree data structure.
    You have to implement it yourself?
    Thanks
    Jack
    http://www.boost.org/doc/libs/1_54_0...erty_tree.html

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    Dec 2010
    Posts
    907

    Re: How to create a tree data structure in C++ with boost

    Thanks, that's exactly what I want

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured