tpe casting - bitwise


Hi, which of the typecasting does a bitwise copy ?

I believe it is cons_cast. is it correct ?
const_cast is used to cast pointers with different const qualifier
reinterpret_cast will just copy without any checking or anything
http://www.cplusplus.com/doc/tutorial/typecasting/
Hi,

Thanks for the answer and the link.
Topic archived. No new replies allowed.