Re: bit manipulation
On 25 May 2004, at 6:47, Allen Robnett wrote:
>
>
> My ignorance of programming is astounding, but I think I understand that
> all information is stored and transferred in bits. What environment
> would I need to use in order to have a program scan a series of
> integers,
If they are real integers, use match() or find().....
> looking for a specific bit pattern, without first having to
> convert the integers to sequences of bits? I assume that a machine
> language program would do this naturally. If so, what is the best way to
> do this without loosing all of the convenience of Euphoria?
For a real bitstream, pick something from:
http://www.rapideuphoria.com/cgi-
bin/asearch.exu?dos=on&win=on&gen=on&keywords=bit+manip
Kat
|
Not Categorized, Please Help
|
|