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.

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

12 pointsby Shosty123about 1 year ago
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 comments

8BitArmourabout 1 year ago
<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>
cpachabout 1 year ago
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>
hnthrowaway0328about 1 year ago
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 未加载
stefanos82about 1 year ago
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.