由买买提看人间百态

topics

全部话题 - 话题: statbuf
(共0页)
r**a
发帖数: 630
1
来自主题: Unix版 - gcc问题
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
发帖数: 559
2
来自主题: Unix版 - gcc问题
为什么我写 statbuf->st_size就可以
statbuf.st_size就出错
(共0页)