views:

61

answers:

0

Possible Duplicate:
When should static_cast, dynamic_cast and reinterpret_cast be used?

what is the difference between those two casts,

const_cast<const A&> and static_cast<const A&>

what do You usually use in your practice? thanks in advance