Thread: need help

need help

From
Olivier PRENANT
Date:
Hi all,

I'm looking for some help on that case.

What I want is to write a bool function that returns true or false
whether an int is in an int[].

I've been looking at contrib/int_array but the operators in just test if
an array is included in an other.

Anyone has an idea. My project has to be finished on monday, and I'm
deeply in search for that.

TIA

-- 
Olivier PRENANT             Tel:    +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                      +33-6-07-63-80-64 (GSM)
FRANCE                      Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)



Re: need help

From
Stephan Szabo
Date:
On Sat, 9 Mar 2002, Olivier PRENANT wrote:

> Hi all,
>
> I'm looking for some help on that case.
>
> What I want is to write a bool function that returns true or false
> whether an int is in an int[].
>
> I've been looking at contrib/int_array but the operators in just test if
> an array is included in an other.

I think you might find what you want in contrib/array.