c++笔记

1.访问数据空间定义的指针*(unsigned int *) 0x8000

    (unsigned int *) 0x8000将0x8000转换为一个指向 无符号整数 的指针
    *(unsigned int *) 0x8000将上述指针指向的 无符号整数 取出来
      从地址0x8000开始取4个字节 将其中存储的数据转换为 无符号整形数据显示出来
 
posted @ 2016-12-07 12:04  ITEVOL  阅读(124)  评论(0编辑  收藏  举报