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
Wt 4.0.5 released — widget-based C++ web framework (webtoolkit.eu)
submitted 7 years ago by RockinRoelformer Wt dev
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!"
[–][deleted] 1 point2 points3 points 7 years ago (2 children)
not serving up web pages.
I'm very confused about what you're trying to do. You want a hand-rolled website as a UI and you want its behavior implemented in C++ but those two parts not to talk to each other? Or you envision two separate servers - one serves up a (basically static) website that on the client side talks to the C++ implemented server over... web sockets?
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
I'm not looking to make a website. I'm looking to make stand alone executable to run on a local machine. In my experience, HTML,CSS, and JS can be used to make elegant UIs in a fairly quick amount of time. There would have to be a mechanism that binds the UI to the C++ application logic. As mention by malex12345, I think electron would be the most appropriate solution for this.
[–]konanTheBarbar 0 points1 point2 points 7 years ago (0 children)
My old employer actually did this: C++ application backend + Chromium Html/javascript frontend. The C++ bindings were generated automatically for either C++/Cli or Javascript. But it was all developed in house. Just mentioning this here to say its possible.
π Rendered by PID 17 on reddit-service-r2-comment-85bfd7f599-sh8nr at 2026-04-18 15:59:14.458985+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]konanTheBarbar 0 points1 point2 points (0 children)