TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lesser Known C Features

21 点作者 tragiclos超过 3 年前

3 条评论

pjmlp超过 3 年前
VLAs were made optional in C11 and no longer required for ISO C compliance.<p>Google also sponsored the work to clean up the Linux kernel of their use.
yakubin超过 3 年前
I wish they removed trigraphs. They are removed from C++ since C++17. I hope they do that in a future C standard as well. Currently I switch to <i>std=gnuXX</i> in GCC solely for this reason (and sometimes to get access to some POSIX headers).
评论 #29739815 未加载
KSPAtlas超过 3 年前
I knew about defined size ints (use them a lot in osdev) and _Bool (you don&#x27;t have stdbool everywhere)