![]() |
unsigned int pointAnd = (unsigned int)~0; in Delphi
Code:
Wie sollte man das in Delphi schreiben?
unsigned int pointAnd = (unsigned int)~0;
|
Re: unsigned int pointAnd = (unsigned int)~0; in Delphi
Delphi-Quellcode:
oder
var
pointAnd: Cardinal; pointAnd := not 0;
Delphi-Quellcode:
$FFFFFFFF
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:08 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