Thread
Die höchste Zahl ermitteln
(32 answers)
Opened by
PETER_PAN2009
at
2010-03-24 09:59
fs
2010-03-25 07:39
User since
2010-03-19
48 Artikel
BenutzerIn
Wie erklärt sich das (32 Bit-Rechner)?
printf "-inf=%d\n",'-inf';
printf "+inf=%d\n",'+inf';
__END__
-inf=-2147483648
+inf=-1
http://www.fseitz.de/
View full thread
Die höchste Zahl ermitteln