摘要: 原问题:Difference between .h files and .inc files in c C/C++的标准惯例是将class、function的声明信息写在.h文件中。.c文件写class实现、function实现、变量定义等等。然而对于template来说,它既不是class也不是f 阅读全文
posted @ 2024-04-16 11:05 hugingface 阅读(207) 评论(0) 推荐(0)