I need to compile what it amounts to a subroutine in
the old way of looking at it.
it's a module that accepts input from another module.
need to run:
mod-A that initializes input and output files.
mod-B that acts on data from input gives output Matr
mod-C module that gets (Matr) as input and ge
I would like to be able to sort a list of rows,
each row has (say 4) fields to sort on,
primary key to sort on first, then the second one and so on,
any suggestions and where to look (may be),
Thanks a bunch
Peter
___
Tutor maillist - Tu
hon.org
> Date: Saturday, December 6, 2008, 1:31 PM
> On Sat, Dec 6, 2008 at 1:01 PM, the New me
> <[EMAIL PROTECTED]> wrote:
> >
> >
> > I would like to be able to sort a list of rows,
> > each row has (say 4) fields to sort on,
> >
> > primary key to
quot;]
> and I want the program to
> > tackle compressing two at a time ... but not more than
> two at a time (or
> > four, or eight, or whatever) because that's not
> going to help me at all
> > (I have dual cores right now) ... I am having trouble
> thin