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

Threaded View

  1. #14
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Writing a complex loop

    The reason you should explain more is so maybe someone can understand what you are trying to accomplish.

    As to the new question If I understand what you are asking it would be a series of nested loops with the first element being at the deepest portion stepping out to the last element. Seems to be oppostite of what you were doing before but still can't see why you would be doing it and it is going to take a while to process with your example numbers.
    Last edited by DataMiser; February 17th, 2012 at 11:54 PM.
    Always use [code][/code] tags when posting code.

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