11 2019 档案

摘要:论坛里某位提出的,感觉不错,遂记下: #include <stdio.h> int main() { const int N = 100 / 3 + 100 / 5 - 100 / 15 * 2; printf("%d\n", N); for (int a[N] = { 3,5,6,9,10,12 阅读全文
posted @ 2019-11-20 10:55 strive-sun 阅读(17) 评论(0) 推荐(0)
摘要:引自:https://www.cnblogs.com/stonecrazyking/archive/2006/09/23/512552.html 看到一篇总结很到位的文章,记录一下。 时常在cpp的代码之中看到这样的代码: #ifdef __cplusplus extern "C" { #endif 阅读全文
posted @ 2019-11-19 11:31 strive-sun 阅读(40) 评论(0) 推荐(0)