ITeye问答频道
2015年1月14日 - 在用jacob调动态库时,有遇到结构体为参数的函数或者是结构体为返回值。 问怎么去模拟结构体?dlljacobstructure 2012年3月30日 11:16tsmaldragon...
指向结构体变量的指针作函数参数 - Jacob_zs
//stu.name = "jacob"; stu.score[0]=91; stu.score[1]=95; stu.score[2]=99; print(&stu); // 结构体变量stu作为函数实参。 } void print(struct...