请高手帮忙,数据结构编程,建立单链表,用c语言编写,急用!

日期:2007-01-18 22:53:36 人气:1

请高手帮忙,数据结构编程,建立单链表,用c语言编写,急用!

无语了,第三次贴这个程序: #include #include #include class List{ public: string goods; string status; int value; int num; int pos; List* next; }; class Head{ public: List* next; int ListLength; }; string CUR_FILE("UNTITLED"
    A+
热门评论