Re: stable sorting
- Posted by Juergen Luethje <jlpost at arcor.de> Feb 28, 2003
- 462 views
Hi Pete, you wrote: [...] > Changing the line >> return compare(a[MARK], b[MARK]) > to >> return compare(a[MARK]&a[1], b[MARK]&b[1]) > > I believe will work. Let me know. [...] No, unfortunately, it doesn't work as expected. But the code in Bernie's most recent post works well, and now I can see the principle, he is using. > Pete Best regards, Juergen -- Q: How many Microsoft engineers does Bill need to change a light bulb? A: None. He just declares darkness to be an industry standard.