TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Modern C++: don't use f*cking pointers.

14 pointsby Idekaalmost 12 years ago

2 comments

xyzzy123almost 12 years ago
Generally this is reasonable advice although I would not have stated it quite so emphatically.<p>Most of the time when I type * in my own C++ code, what I mean is:<p><pre><code> &quot;hey! this is an in&#x2F;out parameter!&quot;.</code></pre>
adamnemecekalmost 12 years ago
Good thing that the author provided such an exhaustive list of arguments supporting his opinions. Oh wait. Between using pointers and the standard library, I think that I will stick with pointers.
评论 #6018131 未加载
评论 #6019281 未加载