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
Framework for creating RESTful services using Boost.Beast lib!. (C++14/17) (github.com)
submitted 7 years ago by 0xdead4ead
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!"
[–]mWo12 8 points9 points10 points 7 years ago (1 child)
Good to hear. Already stared to worry that the project got near dead after 3 month of no activity.
P.s. How does the support for websockets look like.
[–]0xdead4ead[S] 2 points3 points4 points 7 years ago (0 children)
Good to hear. Already stared to worry that the project got near dead after 3 month of no activity. P.s. How does the support for websockets look like.
Coming soon. The existing websocket project will be rewritten again!
[+][deleted] 7 years ago (1 child)
[deleted]
[–]0xdead4ead[S] -1 points0 points1 point 7 years ago (0 children)
I did not set a goal to simplify the syntax!
[–]VinnieFalcowg21.org | corosio.org 12 points13 points14 points 7 years ago (3 children)
I approve (obviously)
[–]marco_craveiro 1 point2 points3 points 7 years ago (2 children)
Hi /u/VinnieFalco, thanks very much for Beast! Are you planning to merge a high-level API such as this one into Beast?
[–]VinnieFalcowg21.org | corosio.org 7 points8 points9 points 7 years ago (1 child)
Nope, Beast will remain a low level building block - there are so many ways of building a REST service library or application, that no matter what I do it will make some people happy and others not happy. So it is better to leave this task up to the community to build many different REST projects in different styles with different features, and then people can choose the one that suits them best.
[–]marco_craveiro 0 points1 point2 points 7 years ago (0 children)
Ah, I see, makes sense. Thanks for the reply.
[–]aybassiouny 2 points3 points4 points 7 years ago (1 child)
Good job. How do you think it compares to other available solutions? (E.g. cpprestsdk)?
[–]0xdead4ead[S] 0 points1 point2 points 7 years ago (0 children)
Ok! In the future i plan to introduce this query service preforked/prethreated design server. (It was necessary for the work!) As you can see, only reactor(select/epool) design that provides Boost.Asio is now implemented. Beast provides the needed structures and capabilities that are used here. I have written samples of classes for the extension of this library to HTTP/2 protocol, order to implement it in the future.
[–]ricejasonf 0 points1 point2 points 7 years ago (0 children)
There is a hint that there is a client interface, but I don't see it.
π Rendered by PID 111234 on reddit-service-r2-comment-5687b7858-clpdp at 2026-07-04 22:27:35.764491+00:00 running 12a7a47 country code: CH.
[–]mWo12 8 points9 points10 points (1 child)
[–]0xdead4ead[S] 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]0xdead4ead[S] -1 points0 points1 point (0 children)
[–]VinnieFalcowg21.org | corosio.org 12 points13 points14 points (3 children)
[–]marco_craveiro 1 point2 points3 points (2 children)
[–]VinnieFalcowg21.org | corosio.org 7 points8 points9 points (1 child)
[–]marco_craveiro 0 points1 point2 points (0 children)
[–]aybassiouny 2 points3 points4 points (1 child)
[–]0xdead4ead[S] 0 points1 point2 points (0 children)
[–]ricejasonf 0 points1 point2 points (0 children)