随笔分类 -  技术 / C

摘要:#include <stdio.h> #include <stdlib.h> int main() { long aa = 123; long aaa = &aa; // warning: initialization of ‘long int’ from ‘long int *’ makes in 阅读全文
posted @ 2023-08-04 12:46 etfolin 阅读(71) 评论(0) 推荐(0)
摘要:#include <stdio.h> #include <stdlib.h> #include <string.h> char * title= "web 数学 算法 是不是空间不够长"; int str_comparer() { // 字符串是个指向字符串开头的指针 char * tt1 = "a 阅读全文
posted @ 2023-08-02 12:37 etfolin 阅读(124) 评论(0) 推荐(0)