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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

My resignation letter is in ANSI C++

13 点作者 AdamWynne超过 14 年前

3 条评论

brettmjohnson超过 14 年前
<p><pre><code> #include &#60;stdio.h&#62; int main (int argc, char **argv) { puts("Screw you guys! I'm going home."); } </code></pre> I'm thinking they were glad to see you go because you took an hour to do 60 seconds worth of work.
评论 #1666669 未加载
cperciva超过 14 年前
Is argc really a const in C++'s main? I can't imagine why it would be, given that <i>argv++; argc--;</i> is a very standard idiom in command-line argument processing.
评论 #1663186 未加载
Spechal超过 14 年前
Overkill