摘要: #define _CRT_SECURE_NO_WARNINGS#include #include #include #include int main(){ HANDLE handle; FILE *fp; FILE *foutput; int i, j, k, l; char szDomain... 阅读全文
posted @ 2013-09-16 19:09 N3verL4nd 阅读(261) 评论(0) 推荐(0)
摘要: 1、 #define _CRT_SECURE_NO_WARNINGS#include #include #include #include int main(){ HANDLE handle; //WORD wOldColorAttrs; //CONSOLE_SCREEN_BUFFER_INF... 阅读全文
posted @ 2013-09-16 18:51 N3verL4nd 阅读(1212) 评论(0) 推荐(0)