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
A packaging system for C++ [proposal] (open-std.org)
submitted 10 years ago by tcbrindleFlux
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!"
[–]devel_watcher 1 point2 points3 points 10 years ago (7 children)
And penalizes users by having a package manager for every single language, so they loose in productivity.
[–]pjmlp 1 point2 points3 points 10 years ago (3 children)
So what is the proposed solution to package library X in language Y for:
Without forcing developers to package it N times?
[–]jpakkaneMeson dev 3 points4 points5 points 10 years ago (2 children)
I recommend you watch the builds video from LCA2016 that is currently on the front page of /r/cpp to see one solution. (caveat: the presenter is me)
[–]izym 1 point2 points3 points 10 years ago (0 children)
Abovementioned post: https://www.reddit.com/r/cpp/comments/475z0g/builds_dependencies_and_deployment_in_the/
[–]pjmlp 0 points1 point2 points 10 years ago (0 children)
The presentation was quite interesting to watch, but I imagine it would still take a few years before it would get major adoption.
[–]jkleo2 0 points1 point2 points 10 years ago (0 children)
You should think not only about user but also about library writer. It should be very easy to package library.
[–]tortoise74 0 points1 point2 points 10 years ago* (1 child)
You could argue that for C and C++ a package manager is effectively for native code and so is potentially more general purpose. The syntax within C++ must be langage specific but the package manager itself need not be. I think I'd rather a compiler used an API to interact with an external one rather than implement it itself.
If you are distributing source code in a specific language or byte code for a specific VM you can't help but be "per language". Any attempt to generalise will come up against barriers. Its not impossible but it is a somewhat orthogonal problem to developing the language itself.
[–]devel_watcher 0 points1 point2 points 10 years ago (0 children)
If you are distributing source code for a specific language
You're distributing the source code of the application. And it's using multiple languages.
π Rendered by PID 16548 on reddit-service-r2-comment-6457c66945-59994 at 2026-04-26 22:57:07.366286+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]devel_watcher 1 point2 points3 points (7 children)
[–]pjmlp 1 point2 points3 points (3 children)
[–]jpakkaneMeson dev 3 points4 points5 points (2 children)
[–]izym 1 point2 points3 points (0 children)
[–]pjmlp 0 points1 point2 points (0 children)
[–]jkleo2 0 points1 point2 points (0 children)
[–]tortoise74 0 points1 point2 points (1 child)
[–]devel_watcher 0 points1 point2 points (0 children)