User profile: xswtnsour13x

User info
User name:xswtnsour13x
History
Joined:
Number of posts:32
Latest posts:

Type Casting
Oh! Ok! Thanks for explaining. I really appreciate it.

Type Casting
My mistake is in the question. Fair enough. All I want to know now is how does the rest give the res...

Type Casting
3.11 int a = 5, b = 12 double x = 3.4, z = 9.1; A) b/a B) x * a C) static_cast<double>(b / a) D) sta...

Type Casting
It does not what? The checkpoints in my book have its answers at the back and for static_cast<double...

Type Casting
I've been reading through the first chapters of my C++ text book and I don't understand Type Casting...