2017年5月28日
摘要: C小作业,通过这个深刻了解到 字符串指针只是指向字符串中的第一个字符。同时学习了strstr,strcpy,strncpy,strcat等函数的使用。 阅读全文
posted @ 2017-05-28 17:50 明静志远 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <string> 3 using namespace std; 4 5 typedef enum iStatus { Sendtothewarehouse, Hasstarted, Ontheway, Arriveatthewareh 阅读全文
posted @ 2017-05-28 16:17 明静志远 阅读(185) 评论(0) 推荐(0) 编辑