Live data from Hacker News

Show HN: C++ by Example – A new website for learning C++

cppbyexample.com

1–3 of 3 posts

Re: Show HN: C++ by Example – A new website for learning C++

#3

Great effort! Do you think you could add a section on building and workflows in general? That's the main reason I stopped using it after Uni. Rust just had a better experience there.

Thank you! Yes I do intend to cover build systems, libraries, static vs dynamic binaries. All of these are an important part of working with C++ often overlooked.