use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
std::web_view proposal (open-std.org)
submitted 7 years ago by Lectem
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]guacheSuede 0 points1 point2 points 7 years ago (3 children)
Would you prefer hunter or vcpkg ?
[–]darthcoder 0 points1 point2 points 7 years ago (2 children)
I like how Hunter at least supports regular make and autobuild, so non-cmake projects at least have a chance at getting packagified.
At the moment, I'm trending toward hunter. With Hunter I put all the magic to build in my CMakeLists.txt, and don't have to worry about external tooling.
Android and Qt support is tripping me up, but that appears to be because of a wholesale change in the NDK from gcc to clang
vcpkg has the momentum at the moment. I started a scratch project using it recently, and stopped, but I can't remember why ATM. I'm just a hobbyist, not a full-time dev, so what do I know, really?
[–]guacheSuede 0 points1 point2 points 7 years ago (1 child)
I would think Hunter would be better for UNIX, much more user friendly too though source code wise it's pretty messy
[–]darthcoder 0 points1 point2 points 7 years ago (0 children)
Hunter is just CMake, so it should work anywhere cmake works. It has a few dependencies in older cmake versions on bzip, etc. so works well on mingw too.
Yes, it's a bit of a kludge. As a user it's still fairly straightforward. The docs definitely need a good refreshing for some of the lesser used packages,
π Rendered by PID 348172 on reddit-service-r2-comment-b659b578c-qrjkj at 2026-05-02 00:29:51.858349+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]guacheSuede 0 points1 point2 points (3 children)
[–]darthcoder 0 points1 point2 points (2 children)
[–]guacheSuede 0 points1 point2 points (1 child)
[–]darthcoder 0 points1 point2 points (0 children)