數據結構示例之鏈接字符串

 如下爲「鏈接字符串」的簡單示例code 1. 用c語言實現的版本blog #include <stdio.h> #include <string.h> #define MAXLENGTH 128 /* //鏈接字符串 void catstr(char *dest, char *sour) { int destLength = strlen(dest); int srcLength =
相關文章
相關標籤/搜索