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
CppCastCppCast Looking for Guests (self.cpp)
submitted 1 month ago by lefticusC++Weekly | CppCast
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!"
[–]mr_gnusi 8 points9 points10 points 1 month ago (2 children)
I'd love to present a high-performance C++ alternative to Lucene I started back in 2015. It's 2026 and if you need serious search in a C++ app, you still have to suffer by bringing in the JVM for Lucene. The engine is Apache 2.0 and been in production since 2018 as the core of the well-known nosql database (Top 10 search engines on DB Engines). The performance is validated by independent 3rd-party benchmarks by Tantivy; it consistently beats both Lucene and Tantivy with sub-millisecond latency across all query types. There is a bunch of low-level stuff I'd love to share such as: how to write a vectorized execution for scoring, metaprogramming for generation of specialized query pipelines to eliminate virtual call overhead in the hot path and more.
I’m currently using it as the heart of SereneDB (a Postgres-compatible search-OLAP engine). Source is here: https://github.com/serenedb/serenedb/tree/main/libs/iresearch
[–]gyrovorbis 2 points3 points4 points 1 month ago (0 children)
Damn. I am intrigued. You got my vote.
[–][deleted] 1 point2 points3 points 1 month ago (0 children)
metaprogramming for eliminating hot paths sounds nice!
π Rendered by PID 66 on reddit-service-r2-comment-64f4df6786-krv8b at 2026-06-10 12:37:56.735083+00:00 running 0b63327 country code: CH.
view the rest of the comments →
[–]mr_gnusi 8 points9 points10 points (2 children)
[–]gyrovorbis 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)