由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - gcc问题
相关主题
how to change the date attribute of a file如何大略计算一个程序的内存使用量?
XView error:NULL pointer passed to xv_sethow to change the font size of Emacs
link between file descriptor & pointer?C++ Q79: What is the size of a pointer? and why?
how to change font size??????????????????????is size_t recommended for 64-bit windows porting?
请教,我想把CXTERM的FONT SIZE改大点 怎么做?class with a pointer member
How to check the stack-size?zero-sized array vs pointer
re:How to check the stack-size?Breaking the Patterns of Depression-CH 6
数组大小问题请教Attribution
相关话题的讨论汇总
话题: size话题: statbuf话题: st话题: gcc话题: pointer
进入Unix版参与讨论
1 (共1页)
p***p
发帖数: 559
1
为什么我写 statbuf->st_size就可以
statbuf.st_size就出错
a**a
发帖数: 416
2
gcc发神经了。

【在 p***p 的大作中提到】
: 为什么我写 statbuf->st_size就可以
: statbuf.st_size就出错

r**a
发帖数: 630
3
ft, do u know anything about pointer in c/c++?
If statbuf is a pointer to an object which has the
attribute st_size, you cannot get the value of
st_size via statbuf.st_size, instead u have to
use statbuf->st_size or *statbuf.st_size.

【在 p***p 的大作中提到】
: 为什么我写 statbuf->st_size就可以
: statbuf.st_size就出错

1 (共1页)
进入Unix版参与讨论
相关主题
Attribution请教,我想把CXTERM的FONT SIZE改大点 怎么做?
PNAS: 亚裔成绩好是因为学习努力不是智商高How to check the stack-size?
想成为嵌入式程序员应知道的0x10个基本问题 zzre:How to check the stack-size?
请教一个问题,发两个包子。数组大小问题请教
how to change the date attribute of a file如何大略计算一个程序的内存使用量?
XView error:NULL pointer passed to xv_sethow to change the font size of Emacs
link between file descriptor & pointer?C++ Q79: What is the size of a pointer? and why?
how to change font size??????????????????????is size_t recommended for 64-bit windows porting?
相关话题的讨论汇总
话题: size话题: statbuf话题: st话题: gcc话题: pointer