![]() |
dlightBits &= ~( 1 << i ); // C nach Delphi
Wie sollte man das übersetzen...
Code:
int dlightBits, i;
//.... dlightBits &= ~( 1 << i ); |
Re: dlightBits &= ~( 1 << i ); // C nach Delphi
Delphi-Quellcode:
dlightBits := dlightBits and not (1 shl i);
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:48 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz