Qsort & Bsearch

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
Junayeed
New poster
Posts: 50
Joined: Sat Oct 26, 2002 9:02 am
Location: Dhaka, Bangladesh

Qsort & Bsearch

Post by Junayeed »

How can I use the built in function QSORT & BSEARCH in the same program.

Please help me..
Junayeed
sohel
Guru
Posts: 856
Joined: Thu Jan 30, 2003 5:50 am
Location: New York

Post by sohel »

Is there any restriction of using both of them in the same program?
I don't think so.

Just use them when you need them.
Junayeed
New poster
Posts: 50
Joined: Sat Oct 26, 2002 9:02 am
Location: Dhaka, Bangladesh

Post by Junayeed »

Thanks for the reply.

But I can not implement the built in BSEARCH function for the structure. I can do this for built in QSORT func.

Can it be done with the same compare function.

Thanks.
Junayeed
Post Reply

Return to “C++”