difference between static_cast and dynamic cast?
-
hi What is the difference between static_cast and dynamic_cast ? When we are using these two function?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Please read C++ books.
Maxwell Chen
-
hi What is the difference between static_cast and dynamic_cast ? When we are using these two function?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Here[^] is a very good article about the different C++ cast operators.
Cédric Moonen Software developer
Charting control [v1.3] -
hi What is the difference between static_cast and dynamic_cast ? When we are using these two function?
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
For instance, they have different pages on
MSDN Visual C++ Language Reference
::)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
For instance, they have different pages on
MSDN Visual C++ Language Reference
::)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
You have to admit that it isn't easy to find this information. Not everyone knows that when you need the help of static_cast you need the c36yw7x9(VS.80).aspx page and for the dynamic_cast yoe need the cby9kycs(VS.80).aspx
codito ergo sum
It's called cryptographic help. ;P
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke