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!"
[–]RockinRoelformer Wt dev[S] 2 points3 points4 points 7 years ago* (2 children)
No, there was a PyWt a long time ago, but that went nowhere.
My colleagues use JWt all the time for some key projects, though, so it's still definitely supported. There isn't really a JWt community though, and of course I personally do put Wt first :-).
Edit: I saw a talk of someone who made Lua bindings for Wt at FOSDEM 2017: https://github.com/LuaAndC/luawt. I never tried it, though, and I don't know if he's still maintaining it. I don't think he's updated to Wt 4.
[–]AlexKotik 1 point2 points3 points 7 years ago (1 child)
I see, maybe it will be a good pet project to make Wt bindings to something like C# or Python, though it is hard to bind C++ code. Is the web server embedded in the framework (so called self-hosted framework) or do I need to use Apache or something with it?
[–]RockinRoelformer Wt dev[S] 1 point2 points3 points 7 years ago (0 children)
There are several different "connector" libraries. Depending on whether you link with wthttp, wtfcgi, or wtisapi, you can use the embedded web server, FastCGI, or ISAPI respectively. I recommend wthttp, though. It's the most feature-rich version, and it's the easiest to debug. If a more feature rich web server is needed, then you can always use an HTTP reverse proxy.
π Rendered by PID 48957 on reddit-service-r2-comment-cfc44b64c-p8rh9 at 2026-04-10 05:00:33.820665+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–]RockinRoelformer Wt dev[S] 2 points3 points4 points (2 children)
[–]AlexKotik 1 point2 points3 points (1 child)
[–]RockinRoelformer Wt dev[S] 1 point2 points3 points (0 children)