在这里阅读了很多关于 C++ 中 C 风格转换的答案后,我还有一个小问题.我可以对像 long x=(long)y;
这样的内置类型使用 C 风格的转换吗?或者它仍然被认为是坏的和危险的?
After reading here a lot of answers about C-style casting in C++ I still have one little question. Can I use C-style casting for built-in types like long x=(long)y;
or it's still considered bad and dangerous?
我不会,原因如下:
这篇关于可以对内置类型使用 C 风格的强制转换吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!