Difference in typecasting in C and C++

Nov 26, 2008 at 12:41pm
What is the basic difference in
typecasting
in C and C++?
Nov 26, 2008 at 12:47pm
C-style casting looks like this: (newtype) value
this works perfectly on C++ which has also many other ways to convert values between different types http://www.cplusplus.com/doc/tutorial/typecasting.html
Topic archived. No new replies allowed.