CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: klasanezop

Search: Search took 0.01 seconds.

  1. Re: creation of simple tree like structure using stl vector c++, need help : )

    each node should contain some data, including one stl vector.

    at the end i would like to be able to "merge" hierarchically in one large vector - something like this:

    K-vector + I-vector +...
  2. Re: creation of simple tree like structure using stl vector c++, need help : )

    i would like to create a tree like structure in c++. since the number of children per node is arbitrary i would like to use stl vector for tree creation.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured