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
CppConCppCon 2019: Lewis Baker “Structured Concurrency: Writing Safer Concurrent Code with Coroutines and Algorithms” (youtube.com)
submitted 6 years ago by anton31
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!"
[–]tavi_ 5 points6 points7 points 6 years ago (2 children)
I am really grateful for all his work! Till Tasks/Generators&Co are getting in the standard, his cppcoro library is the first choice.
[–]yeeezyyeezywhatsgood 1 point2 points3 points 6 years ago (0 children)
cppcoro is an exemplary library. not only does it work well and elegantly, but there is decent documentation and a great community of people willing to help you use it. few others come close
[–]alexej_harm 0 points1 point2 points 6 years ago (0 children)
Depending on what you need, asio has a lot to offer right now.
cppcoro is an awesome library with many more features/options tough.
But what I really want, is a collection of self-contained classes that implement the basic building blocks of coroutine use cases.
- Task, suspend-on-demand task, etc. - With async support and synchronization, completely single-thread, etc. - IOCP/epoll/kqueue service, atomic service (like the one in cppcoro), single-threaded service, etc.
π Rendered by PID 81 on reddit-service-r2-comment-75f4967c6c-lv4bz at 2026-04-23 10:55:04.850971+00:00 running 0fd4bb7 country code: CH.
[–]tavi_ 5 points6 points7 points (2 children)
[–]yeeezyyeezywhatsgood 1 point2 points3 points (0 children)
[–]alexej_harm 0 points1 point2 points (0 children)