Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

c++

0 views
Skip to first unread message

Cornelius Krasel

unread,
Jun 28, 2001, 2:45:55 AM6/28/01
to
Ren? M?rten <del...@gmx.net> wrote:
> Wie bekomme ich in eine *int* *low* das LowByte einer IntegerVariable?
>
> also wenn z = 65, dann
>
> high = z/16
> low = ??

Ich nix C++, aber unter C:

low = z%16;

Korrekte Newsgruppe dafuer: de.comp.lang.c++ (X-Post & Followup-To:).

--Cornelius.

--
/* Cornelius Krasel, U Wuerzburg, Dept. of Pharmacology, Versbacher Str. 9 */
/* D-97078 Wuerzburg, Germany email: kra...@wpxx02.toxi.uni-wuerzburg.de */
/* "Science is the game we play with God to find out what His rules are." */

0 new messages