摘要: 1 #include 2 #include 3 #include 4 5 int main(int argc, char* argv[]) 6 { 7 struct data 8 { 9 int i; 10 char c; 11 int j; 12 int arr[2]; 13 };... 阅读全文
posted @ 2018-09-07 21:50 wdliming 阅读(1369) 评论(0) 推荐(0)
摘要: #include #include #include /* So, when you are working with image headers, binary headers, and network pac... 阅读全文
posted @ 2018-09-07 21:31 wdliming 阅读(127) 评论(0) 推荐(0)
摘要: #include #include #include /* So, when you are working with image headers, binary headers, and network pac... 阅读全文
posted @ 2018-09-07 21:29 wdliming 阅读(128) 评论(0) 推荐(0)
摘要: #include #include #include /* So, when you are working with image headers, binary headers, and network pac... 阅读全文
posted @ 2018-09-07 20:21 wdliming 阅读(124) 评论(0) 推荐(0)
摘要: 程序源自《C指针:基本概念核心技术及最佳实践》第四章的字符串数组一节#include #include #include void freestrmemory(char** arr, int length);i... 阅读全文
posted @ 2018-09-07 19:12 wdliming 阅读(391) 评论(0) 推荐(0)