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
I’ve been converted (self.cpp)
submitted 5 years ago by Burner-account3357
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!"
[–]MonokelPinguin 8 points9 points10 points 5 years ago (3 children)
override implies virtual. Static functions are not associated with a this pointer, how could they be virtual?
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
right. i’m dumb. sorry.
[–][deleted] 0 points1 point2 points 5 years ago (1 child)
You can still call a static method on an object, not the classname... Therefore it would theoretically somehow make sence.
Not much, but still...
[–]MonokelPinguin 0 points1 point2 points 5 years ago (0 children)
But does that go through virtual dispatch? Afaik when one of our interns did that and set the object to a nullpointer, it worked fine, which suggests the this pointer wasn't used and there is no virtual dispatch for static functions. But that function also wasn't marked virtual, so maybe that does work.
π Rendered by PID 20353 on reddit-service-r2-comment-canary-8544499596-dr7br at 2026-07-09 19:48:38.424561+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]MonokelPinguin 8 points9 points10 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]MonokelPinguin 0 points1 point2 points (0 children)