摘要: 1 #pragma comment(linker, "/subsystem:console") 2 #include 3 #include 4 #include 5 #include 6 #define getpch(type) (type*)malloc(sizeof(type)... 阅读全文
posted @ 2015-05-14 09:52 40陈俊宇 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 void main() /*主函数*/ 4 { 5 char *b[11]={"dir","cd","md","rd","cls","date","time","ren","copy","help", "quit"}; /*指针数组存储关键字*/ 6... 阅读全文
posted @ 2015-04-06 18:42 40陈俊宇 阅读(186) 评论(3) 推荐(0) 编辑