摘要:
先让我讲下故事哈 一次在MFC中用cout输出一个string类型字符串,编译时出现这样一个错误: error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std:: 阅读全文
摘要:
#include<stdio.h>#include<stdlib.h>#include <conio.h>#include <string.h>void denglu(struct people *head,struct people *p);void jiemian(struct people * 阅读全文