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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Chromium C++ 201: Four-part tutorial video series

9 点作者 pkasting超过 3 年前

1 comment

pkasting超过 3 年前
I&#x27;m a developer on the Google Chrome team and recently released a four-part series of talks I did on &quot;Chromium C++ 201&quot;, a look at topics like copying and moving, lambdas, constexpr, RAII, Unicode strings and more, through the lens of Chromium&#x27;s codebase (so, C++14, the Chromium style guide, and a library called &quot;base&quot; that provides some extra functionality).<p>This may be useful for novice C++ programmers looking to move beyond a basic understanding of &quot;C with classes&quot; and std::vector. It may also be useful as review for more advanced programmers. Hopefully, the &quot;Chromium&quot; part will not prove too much of a barrier to the vast majority of folks with no experience with Chromium&#x27;s code; a few bits, like base::Bind and base::Callback, are partially applicable to counterparts in std:: (std::bind, std::function).<p>Comments&#x2F;questions welcome; I hope someone finds this helpful!
评论 #28822047 未加载