|
||||||||||||||||
|
base
nel |
The origin of the array of chars |
|||||||||||||||
|
For sorting "chars" we might define a compare function:
|
||||||||||||||||
|
int (*CmpPtr)(); CmpPtr = CmpChar; |
// declare a function pointer // initialize it |
|||||||||||||||
|
int buffer[1024] = {23, 37, 14, 99, 81, 62};
|
||||||||||||||||
|
4 February, 1998 |
5 |
Copyright University of Alberta |
||||||||||||||