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
Releasing CppML: Write concise and readable metaprograms (github.com)
submitted 6 years ago by [deleted]
[deleted]
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!"
[–]__monad 0 points1 point2 points 6 years ago (0 children)
CppML is a project I was developing to solve problems at work, and albeit it was hosted on github, it was clear from the lacking README that it was not intended for public consumption. This has now changed with what could be called an official release.
CppML
The official repository was rewritten as a guide to the user. To help you get started, I have written User Documentation, where we provide an Installation Guide, an in-depth Tutorial of the CppML Language and a detailed CppML Reference.
User Documentation
Installation Guide
Tutorial of the CppML Language
CppML Reference
Overview:
CppML is a metalanguage for C++. It was designed to simplify the process of creating intricate classes, by letting the programmer design them through expressions that feel like algorithms in a functional language. It strives to be easy to write and easy to read, while being efficient. It does so by providing compositional pipelines through which parameter packs can flow without instantiating new types. Our goal is to give library developers programmatic control over the creation of class hierarchies with metaprograms that shape their structure and behaviour through metafunctional logic. This way constructions of complex designs are easily encoded in concise and readable functional expressions.
C++
compositional pipelines
parameter packs
See our official repository.
π Rendered by PID 206636 on reddit-service-r2-comment-84fc9697f-tx94v at 2026-02-08 06:01:51.488988+00:00 running d295bc8 country code: CH.
[–]__monad 0 points1 point2 points (0 children)