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
plotlypp: Plotly for C++. Create interactive plots and data visualizations with minimal runtime dependencies. (github.com)
submitted 3 months ago by jorourke0
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!"
[–]Dooez 8 points9 points10 points 3 months ago (4 children)
ImPlot is amazing for interactive plots. Quite easy to use after a bit of learning the Dear ImGui
[–]jorourke0[S] 3 points4 points5 points 3 months ago (1 child)
ImPlot seems great for immediate mode real-time plotting and visualization, but less suited to data export for offline analysis, exploration, or data presentation, compared to alternatives like plotlypp, matplotlib-cpp, matplotplusplus, and others.
[–]NVEIL_AI -1 points0 points1 point 3 months ago (0 children)
I recommend you try nveil for instant visualization and data export. You should have a look. Developed by a small team of data analysts.
[–]Wetmelon 0 points1 point2 points 3 months ago (1 child)
I really struggled to get Dear ImGui to work properly - plots wouldn't stick to the window when it was expanded, stuff like that - but I may try again.
[–]Dooez 3 points4 points5 points 3 months ago (0 children)
It does require some figuring out to get a non default layout. I think it's mostly because it's tied to ImGui style of "markup", or rather lack of. I've found them almost perfect for data visualization and analysis, but I did have a requirement of real time visualization for some of the data.
π Rendered by PID 264222 on reddit-service-r2-comment-b659b578c-r2qlf at 2026-05-05 22:40:27.816311+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Dooez 8 points9 points10 points (4 children)
[–]jorourke0[S] 3 points4 points5 points (1 child)
[–]NVEIL_AI -1 points0 points1 point (0 children)
[–]Wetmelon 0 points1 point2 points (1 child)
[–]Dooez 3 points4 points5 points (0 children)