Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
E E- E. E1 EA EB EC ED EE EF EG EH EI EJ EL EM EN EO EP EQ ER ES ET EU EV EW EX EY EZ

explicit type conversion

 
 
explicit type conversion (Or "cast" in and elsewhere). A programming construct () to specify that an expression's value should be converted to a different type. For example, in , to convert an (usually 32 bits) to a (usually 8 bits) we might write: int i = 42; char *p = &buf; *p = (char) i; The expression "(char)" (called a "cast") converts i's value to char type. Casts (including this one) are often not strictly necessary, due to automatic performed by the compiler, but can be used to make the conversion obvious and to avoid warning messages. (1999-09-19)
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11