Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   unsigned int pointAnd = (unsigned int)~0; in Delphi (https://www.delphipraxis.net/54260-unsigned-int-pointand-%3D-unsigned-int-%7E0%3B-delphi.html)

sniper_w 30. Sep 2005 19:11


unsigned int pointAnd = (unsigned int)~0; in Delphi
 
Code:
unsigned int pointAnd = (unsigned int)~0;
Wie sollte man das in Delphi schreiben?

Dax 30. Sep 2005 19:13

Re: unsigned int pointAnd = (unsigned int)~0; in Delphi
 
Delphi-Quellcode:
var
  pointAnd: Cardinal;

pointAnd := not 0;
oder
Delphi-Quellcode:
$FFFFFFFF


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:44 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz