Автор: AlMag (24.11.2008 в 20:43)
reinterpret_cast Operator
Allows any pointer to be converted into any other pointer type.
The reinterpret_cast operator also allows any integral type to be converted into any pointer type and vice versa.
я этого не знал.