结构体:使用find查找deque中保存的结构体对象#p#副标题#e#

开始定义结构体如: typedef struct student { id; char name[20]; char sex[20]; char birthday[50]; score; char description[100]; void* pWnd; }STUDENT,*PSTUDENT; 定义个deque来保存这个结构体对象 dequeSTUDENT... [阅读全文]
1 共1条 分1页