Thread
:
qsort()
View Single Post
#
1
(
permalink
)
August 19th, 2004, 07:04 AM
davidwong
Authorized User
Join Date: Aug 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
qsort()
here is the MSDN definition of qsort() parameter list
void qsort(
void *base,
size_t num,
size_t width,
int (__cdecl *compare )(const void *, const void *)
);
what is the meaning of the last parameter
davidwong
View Public Profile
Visit davidwong's homepage!
Find all posts by davidwong