Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Arbitrarily Nested Loops

by ikegami (Patriarch)
on Feb 03, 2006 at 20:53 UTC ( [id://527810]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #ifndef _NESTED_LOOPS_H
    #define _NESTED_LOOPS_H
    ...
    
    
    #endif
    
  2. or download this
    /* -------------------- */
    /* nested_loops.c       */
    ...
       free((*iter).indexes);
       (*iter).indexes = NULL;
    }
    
  3. or download this
    /* -------------------- */
    /* example.c            */
    ...
          NestedLoops_done(&iter);
       }
    }
    
  4. or download this
    /* -------------------- */
    /* example2.c           */
    ...
       free(args[1].ptr.array.ptr);
       free(args[0].ptr.array.ptr);
    }
    
  5. or download this
    /* -------------------- */
    /* example3.c           */
    ...
          NestedLoops_done(&iter);
       }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://527810]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-18 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found