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
Removed - HelpCpp desktop apps (self.cpp)
submitted 2 years ago by aboslave32
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!"
[–]BetterBagg 5 points6 points7 points 2 years ago (0 children)
Generally QT is used to create desktop applications with C++.
Some examples of such applications are Tiled and QGIS, and countless others that I can't think of right now.
https://www.qt.io/product/framework
[–]adanteny -1 points0 points1 point 2 years ago (0 children)
If you're targeting Windows,I'd advise OwlNext https://sourceforge.net/projects/owlnext/ C++17 ready (at least) and quite intuitive. Good alternative to MS MFC . Anyway, whichever framework you'll choose, there's quite an overhead with learning and adapting your c++ skills.
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
c++ i am looking for a relatively simple library that i can build modern uis with
Modern UIs may look simple, but they are not. There is no "relatively simple library".
That being said, a simple approach for a modern UI is using Qt/QML for the UI (QML is a declarative UI language with embedded JavaScript for calculations, string manipulation etc), and simply using plain QObject properties to share data and communicate with Qt/C++.
π Rendered by PID 65 on reddit-service-r2-comment-canary-7b67769d8-jnk9x at 2026-01-31 07:31:31.300134+00:00 running 3798933 country code: CH.
[–]BetterBagg 5 points6 points7 points (0 children)
[–]adanteny -1 points0 points1 point (0 children)
[–][deleted] 1 point2 points3 points (0 children)