"% cc -o sort8 sort8.c   //Compile your C code using the Unix compiler cc
and
send output of execution to sort8 file."

If you try to compile sort8.c with MS Visual C++ (in Windows), you will run
into trouble (because the source file is so big - containing > 40K printf
statements), unless you set some special compiler flags.

Hans



Reply via email to