Understanding reinterpret_cast?I see, I didn't spot that. I will take all of this on board and take something from it. This helpe...
Understanding reinterpret_cast?10287228? What value has been placed into 'i'? As they are both an int type, is it the memory value ...
Understanding reinterpret_cast?I wrote the piece of code below just now with reinterpret_cast and then staic_cast(writing the same ...
What is wrong with this else if statement?I have a multiple if, else if, else statement and the problem is that even when a condition is met a...
What Other Code Will I Need?Ok, I've only just started to learn C++ and so far it has been fairly painless. For my first prog...