Re: bsearch for Windows ce
From: CBFalconer (cbfalconer_at_yahoo.com)
Date: 08/27/04
- Next message: CBFalconer: "Re: using #ifndef"
- Previous message: Keith Thompson: "Re: What is an object?"
- In reply to: val: "Re: bsearch for Windows ce"
- Next in thread: Randy Howard: "Re: bsearch for Windows ce"
- Reply: Randy Howard: "Re: bsearch for Windows ce"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Aug 2004 23:55:05 GMT
val wrote:
> CBFalconer <cbfalconer@yahoo.com> wrote
>> val wrote:
>>>
>>> I found that Windows CE doesn't include bsearch function. Can
>>> somebody point me into right direction in order to solve that.
>>
>> bsearch() is a standard C function, and has been since at least
>> 1989. Complain to the compiler vendor. It has nothing to do with
>> the OS.
>>
>> The other choice is to write your own, under another name, as Ben
>> has suggested. But that way you cannot take advantage of possible
>> system optimizations.
>
> bsearch() is a standard C function - yes, I agree, but for some
> unknown reason it doesn't supported by Microsoft CE .NET package,
> which include Platform Builder and eMbedded Visual C++ 4, even in the
> stdlib.h in that versions it doesn't exist.
IMO you should ask for your money back. A useful rule is never to
use Microsoft products, they usually foul standards.
-- Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
- Next message: CBFalconer: "Re: using #ifndef"
- Previous message: Keith Thompson: "Re: What is an object?"
- In reply to: val: "Re: bsearch for Windows ce"
- Next in thread: Randy Howard: "Re: bsearch for Windows ce"
- Reply: Randy Howard: "Re: bsearch for Windows ce"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|