看看这个为什么总是输出 一样的字符串
c语言吧
全部回复
仅看楼主
level 2
GreenHand 楼主
#define maxsize 4#
define SUCESS 1
#define UNSUCESS 0#
include
#include
#include
typedef struct{int count ;char *name[maxsize];} HashT;void main(){ int count ; HashT NAME; char str[19]; for (count =0;count
2004年06月11日 07点06分 1
1