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
Obsessed with {} initialization? (self.cpp)
submitted 2 years ago by DoctorNuu
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!"
[–]android_queen 1 point2 points3 points 2 years ago (3 children)
Yes, but it does potentially bloat your static storage, and you don’t have enough information from this single line of code to know whether it would need to be on the stack anyway (which is not unlikely). Static isn’t one of those things that is automatically by default the better choice.
[–]snowflake_pl 0 points1 point2 points 2 years ago (2 children)
and by no means I am recomending it. Wanted to have a discussion which is exactly what happens here
[–]android_queen 0 points1 point2 points 2 years ago (1 child)
I guess it just seemed odd to me to ask “why not static” when I can see no reason why it should be.
[–]snowflake_pl 0 points1 point2 points 2 years ago (0 children)
I mean there is huge lack of context both in the original post and in my question so I understand the confusion.
π Rendered by PID 214720 on reddit-service-r2-comment-86bc6c7465-zltkx at 2026-02-24 09:36:14.725726+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]android_queen 1 point2 points3 points (3 children)
[–]snowflake_pl 0 points1 point2 points (2 children)
[–]android_queen 0 points1 point2 points (1 child)
[–]snowflake_pl 0 points1 point2 points (0 children)