Found 1 hit - Term: explicit type conversion, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
explicit type conversion
or "cast" in c and elsewhere. a programming
construct syntax to specify that an expression's value
should be converted to a different type.
for example, in c, to convert an integer usually 32 bits
to a char 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 coercions performed by
the compiler, but can be used to make the conversion obvious
and to avoid warning messages.
1999-09-19
see also:
c syntax integer char coercions
Results 1 - 6 of 6 found about explicit type conversion: Explicit
>> E Words
Explicit, definition of term: Explicit
explicit_pag1.html Conversion
>> C Words
Conversion, definition of term: Conversion
conversion_pag1.html Explicit Functi
>> E Words
Explicit Functi, definition of term: Explicit Functi
explicit+functi_pag1.html Conversion Diso
>> C Words
Conversion Diso, definition of term: Conversion Diso
conversion+diso_pag1.html Conversion Hyst
>> C Words
Conversion Hyst, definition of term: Conversion Hyst
conversion+hyst_pag1.html Blood Type
>> B Words
Blood Type, definition of term: Blood Type
blood+type_pag1.html
Last accessed:2008/08/29 20:27:49 [Total processing time: 1 seconds] |