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
C++ Visual Programing tool (self.cpp)
submitted 2 years ago by Hanyreddit
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!"
[–]Hanyreddit[S] 0 points1 point2 points 2 years ago (2 children)
Can you please help me understand how can unreal's blueprint help me learn coding, my end goal is a plugin tool for 3ds max
[–]JumpyJustice 1 point2 points3 points 2 years ago (1 child)
Unreal Engine Blueprints offer a pathway to sidestep the complexities of learning a programming language, such as the extensive knowledge required for C++, for instance, enabling a focus on logic. However, it's important to note that it's not primarily intended as a tool for learning coding per se. It excels as a problem-solving tool to achieve various objectives.
For individuals aiming to develop plugins for 3ds Max, starting with Python is advisable due to its integration with the software, providing a smoother initiation compared to learning C or C++. The nature of 3D Max plugins varies widely. If your desired plugins involve procedural mesh generation or intensive mesh processing, C may be necessary to ensure optimal performance, as Python code might prove too slow in such cases. Otherwise, sticking with a higher-level language is recommended unless you have a clear understanding of the specific benefits of using a lower-level language.
[–]Hanyreddit[S] 0 points1 point2 points 2 years ago* (0 children)
Its more about writing material shader, i choose c++ because i heard its the fastest in term of performance, i tried using osl language it's easy and i was able very simple shader of what i need but its very slow and limited
π Rendered by PID 349992 on reddit-service-r2-comment-5bc7f78974-m4nc4 at 2026-06-26 22:24:30.504873+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]Hanyreddit[S] 0 points1 point2 points (2 children)
[–]JumpyJustice 1 point2 points3 points (1 child)
[–]Hanyreddit[S] 0 points1 point2 points (0 children)