可能是一个愚蠢的问题,但我只是好奇.变量*temp和*perm在这个结构中意味着什么?
struct process { int id; char name; } *temp, *perm;
c++ structure
c++ ×1
structure ×1