int main() { unsigned i = 0xDEADBEEF; std::cout << "address of i is " << std::hex << &i; std::cin.get(); //Чтобы процесс не завершился ...
確定! 回上一頁