Re: question about "call qsort"
There are sources of Fortran source for Qsort; you might consider
adding one of these to your code instead of depending on a library
routine. For example:
http://www.fortran-2000.com/
Skip
On Sat, 28 May 2005 10:11:50 GMT, "Elena" <17831invalid@xxxxxxxxxxxxxx> wrote:
-|I found "call qsort" in Compaq visual fortran version.
-|I need to use but i don't know how.
-|Is there anybody that can help me?
-|thanks.
.
Relevant Pages
- Re: General Idea how to attack this problem.
... Its exactly analogous to the qsort problem. ... qsort routine but you do not know it is stable or unstable you must assume ... If two algorithms give the same output for the same inputs for all inputs ... stable(or vice versa). ... (comp.programming) - Runs on Windows, fails on Linux
... This is VERY perplexing. ... For a programming assignment I'm writing an integer sort routine that must ... Mhz machine with 256meg ram, my times are 42 seconds for Qsort, and 27 each ... (comp.os.linux.development.apps) - Re: smuggling data in and out of alarm handlers and the like
... qsort() is basically broken since the cmp ... make you realize that the sort function should be a macro, ... This allows your "cmp" to itself be a macro, ... But if you write *your own* sort routine, as Paul suggests, then the ... (comp.lang.c) - Re: smuggling data in and out of alarm handlers and the like
... And if you think that a sorting routine is simple enough that there's ... While the first binary search was published in 1946, ... So you think compiler vendors implement qsort() without any code? ... (comp.lang.c) - Re: pointer_to_function?
... This is a version of qsort that, depending on a command line optional ... argument sorts lines numerically vs lexicographically. ... (comp.lang.c) |
|