string= static_cast<string>(cp);</string>
charp = (char)cp;
charp = const_cast<char>(cp);
intp = reinterpret_cast<int> ((char*)cp);