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

Search:

Type: Posts; User: dynamic.res

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    16,083

    Re: Multi-dimension STL vector

    Yeah, thats what we are trying to do actually, were using glut and C++
    i think how were gonna manage xyz is a single vector for x, single for y and single for z, just to keep it uncomplicated, then...
  2. Replies
    12
    Views
    16,083

    Re: Multi-dimension STL vector

    Quick question regarding the 3d vector, which way does it display given how you guys created it?



    #include <vector>
    // To much work!!
    std::vector < std::vector <std::vector <int> > > ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured