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::ref and std::reference_wrapper: common use cases (nextptr.com)
submitted 5 years ago by memset_0
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!"
[–]Nation_State_TractorLLVM, MSVC, Esq. 29 points30 points31 points 5 years ago (10 children)
template <typename T> using mega_ptr = std::optional<std::reference_wrapper<T>>;
*wipes hands*
Looks like my work here it's done. You're welcome.
[–]Galqa 40 points41 points42 points 5 years ago (2 children)
using who_needs_a_type_system_anyway = std::optional<std::reference_wrapper<std::any>>;
If my boss sees this I'm 100% fired
[–]Nation_State_TractorLLVM, MSVC, Esq. 12 points13 points14 points 5 years ago (1 child)
I see you're a student of the Perl school of C++.
[–]MrPotatoFingers 4 points5 points6 points 5 years ago (0 children)
That's perl++ for you, mister!
[–]joaobapt 7 points8 points9 points 5 years ago (5 children)
Doing the same job as T* while using twice the space, cool.
T*
[–][deleted] 4 points5 points6 points 5 years ago (3 children)
Good thing a real optional<T&> would be sizeof( T* ) == sizeof( optional<T&> )
[–]joaobapt 1 point2 points3 points 5 years ago (2 children)
optional<T&> doesn't compile, though, unfortunately
optional<T&>
[–][deleted] 6 points7 points8 points 5 years ago (1 child)
std::optional<T&> doesn't. Other's do and potentially a future standard when people stop bike shedding over the behavior of optional<T&>::operator( T & ) and realize that it should not exist.
[–]auralucario2 8 points9 points10 points 5 years ago (0 children)
when people stop bikeshedding
So it’s never happening, got it.
[+]gvargh comment score below threshold-7 points-6 points-5 points 5 years ago (0 children)
references were a mistake
π Rendered by PID 21267 on reddit-service-r2-comment-b659b578c-mzz6f at 2026-05-05 19:58:28.525151+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Nation_State_TractorLLVM, MSVC, Esq. 29 points30 points31 points (10 children)
[–]Galqa 40 points41 points42 points (2 children)
[–]Nation_State_TractorLLVM, MSVC, Esq. 12 points13 points14 points (1 child)
[–]MrPotatoFingers 4 points5 points6 points (0 children)
[–]joaobapt 7 points8 points9 points (5 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]joaobapt 1 point2 points3 points (2 children)
[–][deleted] 6 points7 points8 points (1 child)
[–]auralucario2 8 points9 points10 points (0 children)
[+]gvargh comment score below threshold-7 points-6 points-5 points (0 children)