C语言中整型与指针之间转换的注意点

为什么写这篇文章?


参考链接:

《INT36-C. Converting a pointer to integer or integer to pointer》

《将你的iOS 工程转换为支持64位的版本》

《A Collection of Examples of 64-bit Errors in Real Programs》

《20 issues of porting C++ code to the 64-bit platform》

《How to correctly cast a pointer to int in a 64-bit application?》

《cast pointer to larger int》


《[C语言]关于指针和int型的一道题目》(博客中的言必称标准之--C/C++值得一读)

你可能感兴趣的:(C语言基础)