typecasting

过去式:

动词过去式: typecast

更多词形:

动词过去式: typecast | 动词过去分词: typecast | 动词现在分词: typecasting | 动词第三人称单数: typecasts |

单词例句:

While their syntax is the same, different rules apply to the two kinds of typecast.

虽然二者语法相同,但它们适用两种不同的类型转换规则。

This makes it possible to typecast a wide string directly to a null-terminated string.

这一设计是为了将长串直接转换为空结束串。

typecasting

n. 铸字(浇铸)

I made it quite clear that I was no longer typecast, and the people I'd worked with and the kinds of films I'd done were so varied.

我清楚地表明我不再是个类型演员了,我所拍电影的类型和合作的人都是如此不同。

”) Why is this?Why are actors typecast?

为什么演员总是被定型于某一类角色中?

This makes it possible to typecast a long string directly to a null-terminated string.

这一设计是为了将长串直接转换为空结束串。

A typecast allows you to do this by, in effect, temporarily changing an expression’s type.

类型转换允许临时有效改变一个表达式的类型。

If you cast any other long-string expression to a pointer, the pointer is valid only within the statement where the typecast is performed.

如果转换其他任何长串表达式到指针,那么指针仅在类型转换被执行的语句中有效。

For information about typecasting pointers, see Pointers and pointer types .

关于对指针进行类型转换的信息,见指针和指针类型 ;