請問一下,結構指標的指標要怎麼給值或位址呢? 例如: typedef struct bv{ int b1;// or int *b1; int b2; }bv; typedef struct test{
www.programmer-club.com.tw