CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    6

    Complicated growable array

    Hi codeguru users!

    I am basically looking to make a growable array thats basically as follows:


    { [ ((PT1.X,PT1.Y,PT2.X,PT3.X),(PT1.X,PT1.Y,PT2.X,PT3.X),(PT1.X,PT1.Y,PT2.X,PT3.X) )] }

    the arrays size grows a lot.
    (pt1.x/y are points i am using via opencv)
    the larger picture ie the outside "()" represent an object
    the second set of "()" represent the iterations
    and the individual elements of the iterations (the points) are points

    if you help me i will love you forever

    EDIT: the array increases by each of the above (marked with "[]")
    Last edited by breakerbyte; April 9th, 2009 at 01:49 PM. Reason: oops

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