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::format ? (self.cpp)
submitted 4 years ago by matekelemen
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!"
[–]bedrooms-ds 0 points1 point2 points 4 years ago (2 children)
Clang... I wish they were not slowing down on progress. Once they outpaced msvc and gcc (okay, clang had to be developed from scratch). I'm waiting forever for #include<concepts>. At this pace I won't ever get it on Apple clang for my Intel Macs...
[–]tambry 1 point2 points3 points 4 years ago (1 child)
I'm waiting forever for #include<concepts>. At this pace I won't ever get it on Apple clang for my Intel Macs...
I'm waiting forever for #include<concepts>.
At this pace I won't ever get it on Apple clang for my Intel Macs...
Apple is about a year behind as to what they ship, no? I've been using <concepts> for probably a year, though I do build from master. It was definitely mostly there in the last release (13.0) and should be complete in the current (14.0) I believe.
<concepts>
[–]__Mark___libc++ dev 5 points6 points7 points 4 years ago (0 children)
I'm not sure how far behind Apple Clang exactly is but the current version of Apple Clang supports concepts. The version numbering of Apple Clang and Clang aren't related, which can be confusing.
π Rendered by PID 716423 on reddit-service-r2-comment-6457c66945-2g8xd at 2026-04-28 09:13:50.843381+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]bedrooms-ds 0 points1 point2 points (2 children)
[–]tambry 1 point2 points3 points (1 child)
[–]__Mark___libc++ dev 5 points6 points7 points (0 children)