摘要: References: why do header files even exist? 阅读全文
posted @ 2024-08-18 05:37 stitchCat 阅读(3) 评论(0) 推荐(0)
摘要: References: What does int argc, char* argv[] mean? 阅读全文
posted @ 2024-08-18 03:36 stitchCat 阅读(15) 评论(0) 推荐(0)
摘要: References: Declaration vs. Definition of a variable in C C++ - Declaration Vs Definition 阅读全文
posted @ 2024-08-18 02:52 stitchCat 阅读(16) 评论(0) 推荐(0)
摘要: Reference: 为何不能在头文件里写定义? // a.c文件 #include "c.h" // #include "c.h" int main(void) { return 0; } // b.c文件 #include "c.h" // #include "c.h" // c.h文件 /* 阅读全文
posted @ 2024-08-18 01:39 stitchCat 阅读(11) 评论(0) 推荐(0)