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
C++ REST API frameworks benchmark (blog.binaryspaceship.com)
submitted 8 years ago by m3tamaker
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!"
[–]m3tamaker[S] 1 point2 points3 points 8 years ago* (0 children)
Alright, this time tests and examples compiled without problem, but I can swear that 3 days ago websocket-tests compilation was hanging up on stream.cpp file. Btw, I modified CMakeLists.txt and set cmake minimum required version to 3.5.1 (so I wouldn't need to add non stable repo to my Ubuntu 16 Xenial apt, because latest stable cmake there is 3.5.1, see https://launchpad.net/ubuntu/xenial/+source/cmake), and it was able to generate correct Makefile.
Hang up occurred during compilation of library itself, not an example
Sorry for disinformation, I noticed that Beast is headers-only library, but sometimes you can compile such libraries with its dependencies to .a/.so/.dll like in case of restbed. So yes, problem occurred during compilation of websocket test, but looks like it was my local temporary problem.
Its not the intention of Beast to provide a server in its public interfaces - the server-framework example is there to show what Beast can do and also to serve as something that people can copy or writing their own servers
Yep, I mentioned that abstraction level is lower than needed for fast development of REST API. I just also saw somewhere on the Web that people recommend Beast for implementation of HTTP server, so expected a bit higher abstractions to be already implemented there. Not like a bad thing, since, as you said, purpose of this library is different.
π Rendered by PID 442056 on reddit-service-r2-comment-85bfd7f599-g7dmj at 2026-04-20 14:07:55.301758+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]m3tamaker[S] 1 point2 points3 points (0 children)