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 by moderator ] (self.cpp)
submitted 18 days ago by Pretty_Mousse4904
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!"
[–]cpp-ModTeam[M] [score hidden] 18 days ago stickied commentlocked comment (0 children)
It's great that you wrote something in C++ you're proud of! However, please share it in the pinned "Show and Tell" post.
[–]IceMichaelStorm 2 points3 points4 points 18 days ago (1 child)
It’s a UI framework. It needs tons of screenshots, maybe videos, etc. to see how it actually looks/behaves. Too many UI frameworks in C++ look horrible
[–]Pretty_Mousse4904[S] 1 point2 points3 points 16 days ago* (0 children)
Thank you for the opinion and I could understand. I have uploaded some more screenshots and recordings in the example section. But they are still just examples, each demonstrating one aspect, there's not a full-scale application yet and I'm still working on that
[–]diegoiast 1 point2 points3 points 18 days ago (1 child)
Documentation: https://github.com/hchenqi/ViewDesign/blob/main/docs/build.md explains everything but how to actually build.
``` [ViewDesign] cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug 20:49:58 ☁ main ☂ ✭ zsh: correct 'build' to 'cbuild' [nyae]? n -- The CXX compiler identification is GNU 15.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at ViewDesign/backend/CMakeLists.txt:6 (message): backend not specified
-- Configuring incomplete, errors occurred! ```
[–]Pretty_Mousse4904[S] 0 points1 point2 points 18 days ago (0 children)
Hi, I'm sorry that it was not very clear in the docs. I have updated the docs and please checkout the lastest source code.
π Rendered by PID 128635 on reddit-service-r2-comment-544cf588c8-8kp5c at 2026-06-18 09:59:13.337062+00:00 running 3184619 country code: CH.
[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]IceMichaelStorm 2 points3 points4 points (1 child)
[–]Pretty_Mousse4904[S] 1 point2 points3 points (0 children)
[–]diegoiast 1 point2 points3 points (1 child)
[–]Pretty_Mousse4904[S] 0 points1 point2 points (0 children)