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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Project based books/courses for C++?

12 点作者 Shosty123大约 1 年前
I&#x27;m learning C++, and I find that I learn best when concepts are introduced in the context of a larger project. However, it seems most resources are giant references with a few code examples or Unreal Engine projects.<p>You&#x27;re almost drowning in project-based resources with JavaScript or Python, but I can&#x27;t find much in the way of C++ other than game development. Does anyone know of any other project-based courses or books for learning the language? Here are some resources I found:<p>https:&#x2F;&#x2F;www.learncppthroughprojects.com&#x2F; (seems abandoned)<p>https:&#x2F;&#x2F;www.programmingformusicians.com&#x2F;

4 条评论

8BitArmour大约 1 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;danistefanovic&#x2F;build-your-own-x">https:&#x2F;&#x2F;github.com&#x2F;danistefanovic&#x2F;build-your-own-x</a>
cpach大约 1 年前
When I want to get aquainted with a new language I like to do a couple of Cryptopals challenges: <a href="https:&#x2F;&#x2F;cryptopals.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cryptopals.com&#x2F;</a>
hnthrowaway0328大约 1 年前
Emulator, compiler, these are the two I&#x27;d recommend. You can definitely find ample tutorials and books on the two topics, but maybe for other languages. You can easily switch to C++.
评论 #39850961 未加载
stefanos82大约 1 年前
This one <a href="https:&#x2F;&#x2F;hackingcpp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackingcpp.com&#x2F;</a> is very good with images, with thorough explanations and so forth.