To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
Types stronger type control (compared to C) - to permit error detection by the compiler automatic type conversions - when it does not lead to ambiguity whenever it is possible, no precision or information is lost; not guaranteed for all conversions: char/short/int/long/single/float/double/signed/unsigned int type assumed when no type specified: unsigned i; const j; static k; explicit specifying the int type is advised
... zobacz całą notatkę
Komentarze użytkowników (0)