Path: C : Sort and search :

Sorting and Searching in C/C++



 The programs on this page demonstrate array sort for numbers, strings and objects...
 The qc.cpp program is written in C++98 and the qc.c program is written in C89...


 qc.cpp - C++ STL sort() and binary_search() function test...
 This file after compilation is only 43216 bytes long on x64-86 hardware with FreeBSD...

 qc.c - C libc qsort() and bsearch() functions test...
 This file after compilation is only 7608 bytes long on x64-86 hardware with FreeBSD...