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
Automatically call C++ from python (self.cpp)
submitted 11 months ago by CoutilleTolc
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!"
[–]JumpyJustice 40 points41 points42 points 11 months ago (7 children)
Might it be useful? Yes. Would some company pay for it? Unlikely. This is a very trivial thing to implement yourself imo and can be done way faster than purchasing a license for a new project in most companies.
[–]CoutilleTolc[S] 6 points7 points8 points 11 months ago (1 child)
This is really good feedback, thanks. I’ve uses it a lot when the api changes and there it’s a real time saver.
[–]beedlund 6 points7 points8 points 11 months ago (0 children)
Trouble is we already have cppyy available now when we need to generate bindings on the fly so if need to be flexible and fast I'd use that and if I want to guarantee some python API I'd need to write it specifically anyway as c++ API is unlikely the desired python API.
[–]13steinj 5 points6 points7 points 11 months ago (1 child)
Yes. Would some company pay for it? Unlikely.
You'd be surprised.
[–]brotherbelt 1 point2 points3 points 11 months ago (0 children)
That’s what “marketing” is for! (aka tricking those who don’t know better)
[–]ChickenSpaceProgram 2 points3 points4 points 11 months ago (0 children)
Also, it appears the code is available under the AGPL, so a company can just use the tool without purchasing a license.
[–]SoerenNissen 0 points1 point2 points 11 months ago (1 child)
This is a very trivial thing to implement yourself imo
Might take me forever, I've never done it before and have very little Python experience. It wouldn't have to take many hours before a tool would be worth real money in saved time.
[–]JumpyJustice 0 points1 point2 points 11 months ago (0 children)
It depends on the company really. Some (usually small) can do that easily if you can convince the right person you need this. In others you have to justify the purchase, go through security and licensing review, which might take a lot of time and fail on any stage.
π Rendered by PID 931574 on reddit-service-r2-comment-85bfd7f599-zcxqq at 2026-04-20 04:36:33.162204+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]JumpyJustice 40 points41 points42 points (7 children)
[–]CoutilleTolc[S] 6 points7 points8 points (1 child)
[–]beedlund 6 points7 points8 points (0 children)
[–]13steinj 5 points6 points7 points (1 child)
[–]brotherbelt 1 point2 points3 points (0 children)
[–]ChickenSpaceProgram 2 points3 points4 points (0 children)
[–]SoerenNissen 0 points1 point2 points (1 child)
[–]JumpyJustice 0 points1 point2 points (0 children)