全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
打印指针的值
700阅读 0评论
2014-03-04
testh
分类:
C/C++
有个指针
void *pointer;
pointer=malloc(len);
直接printf("the content of pointer =%p\n",pointer); 就行了。
上一篇:
mac下使用ssh连接远程主机,修改vim中的颜色
下一篇:
解决 error: expected declaration specifiers or '...' before 'sem_t'