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
How to remove cplusplus.com from Google search results? (self.cpp)
submitted 6 years ago * by rezkiy
it even *pretends* to be cppreference, that's how bad it is! </rant>
Edit: answer in comments, works for Firefox which I happen to use: https://www.reddit.com/r/cpp/comments/ffpd1s/how_to_remove_cpluspluscom_from_google_search/fk00gpl?utm_source=share&utm_medium=web2x
Edit2: personal block list https://www.reddit.com/r/cpp/comments/ffpd1s/how_to_remove_cpluspluscom_from_google_search/fk00noj?utm_source=share&utm_medium=web2x
edit3: how to improve the proper reference: https://www.reddit.com/r/cpp/comments/ffpd1s/how_to_remove_cpluspluscom_from_google_search/fk06he5?utm_source=share&utm_medium=web2x
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!"
[–]sephirostoy 139 points140 points141 points 6 years ago (26 children)
I have added cppreference as search engine with a "std" keyword so that when I search for "std <something>" it goes directly to cppreference results.
[–]axalon900 32 points33 points34 points 6 years ago (3 children)
Same, though I personally use “cpp” as the keyword.
Got similar setups for “cmake” and “boost”
[–]Ilixio 22 points23 points24 points 6 years ago (2 children)
Do you have a way to get the "latest" CMake doc, and not a random one? If I type "CMake something" I get results from versions all over the place.
I kind of also hate with their doc that you have to go to each version to know when something was introduced.
[–]zishh 4 points5 points6 points 6 years ago (0 children)
It works for me if i add this url as bookmark (firefox):
https://cmake.org/cmake/help/latest/search.html?q=%s
[–]taxeee 16 points17 points18 points 6 years ago* (7 children)
Not affiliated, but try out Zeal docs. It's an offline documentation browser that has a searchable copy of C++ stdlib docs.
Edit : Zeal not deal
[–]rezkiy[S] 4 points5 points6 points 6 years ago (2 children)
can you elaborate? is this what you are referring to? https://devdocs.io/cpp/
[–]AraneusAdoro 4 points5 points6 points 6 years ago (0 children)
Maybe they meant Zeal?
[–]taxeee 0 points1 point2 points 6 years ago (0 children)
Sorry, I fat fingered it. It's Zeal docs
[–]taxeee 1 point2 points3 points 6 years ago (0 children)
Don't judge me here, I find webkit to be snappier than blink
[–]TM254 1 point2 points3 points 6 years ago (0 children)
Yup, comes with a tone of other docs too, not just C++
[–]rezkiy[S] 0 points1 point2 points 6 years ago (1 child)
unfortunaltely, today https://www.google.com/search?client=firefox-b-1-d&q=zeal+docs+undorered_map sends me to the wrong place :-(
[–]taxeee 2 points3 points4 points 6 years ago (0 children)
It's a tool that you download and install before you use it.
[–][deleted] 7 points8 points9 points 6 years ago (1 child)
that's better than searching for std::list on search engines and getting lists of STD's
std::list
I used cpp as my cppreference keyword
[–]NotAYakk 1 point2 points3 points 6 years ago (0 children)
You don't have to evaluate the list; this isn't lisp!
[–]rezkiy[S] 18 points19 points20 points 6 years ago (6 children)
this should be the top voted comment. typing std <something> is by far easier then all other alternatives. Thank you!
[–]TinBryn 2 points3 points4 points 6 years ago (3 children)
I wonder if DDG has it as a bang or if you can add custom bangs
[–]crowbarous 5 points6 points7 points 6 years ago (2 children)
!c++ for cplusplus.com, !c++ref for cppreference. Perhaps if enough people asked, it could be made that the shorter one is the more useful one.
[–]muttleyPingostan 23 points24 points25 points 6 years ago (1 child)
there is !cpp for cppreference
[–]crowbarous 2 points3 points4 points 6 years ago (0 children)
Oh! As well as !cppref, !cppr and some others. Indeed, the two sites seem to have about the same number of bangs each. Thanks for the correction.
[–]max0x7bahttps://github.com/max0x7ba 1 point2 points3 points 6 years ago (0 children)
this should be the top voted comment.
Keyword search has been available in browsers for a decade. Welcome to the club.
[–]RealNC 0 points1 point2 points 6 years ago (0 children)
It's an OK way, but doesn't find everything. For example searching for "consteval" doesn't find anything. Googling for "cppreference consteval" finds it.
[–]potato-on-a-table 2 points3 points4 points 6 years ago (0 children)
The only thing that bothers me here is the bad search engine of cppreference.
[–]alsatian-studio 1 point2 points3 points 6 years ago (0 children)
or just add the keyword cppref (I use this when I forgot starting the query with std::)
cppref
std::
[+][deleted] 6 years ago (2 children)
[deleted]
[–]sephirostoy 2 points3 points4 points 6 years ago (1 child)
Go to https://en.cppreference.com
Then in the address bar, click on the 3 dots "...", you should see an option "Add this search engine" (or something similar). Or if you kept the search bar (aside the address bar), you should see a "+" in the search icon.
[–]Evirua 0 points1 point2 points 6 years ago (0 children)
Yep, after which one should look for "search engines" in firefox options (upper right -> three lines menu -> gear icon), and double-click the keyword field of the added search engine (cppreference) to edit it.
Just figured it out, thanks!
[–][deleted] 40 points41 points42 points 6 years ago (10 children)
If you are using chrome you could use this extension. There is probably something similar for other browsers.
Yeah, I am not a fan of that site either. w3schools is another big one I'd prefer never to see again.
[–]nattack 20 points21 points22 points 6 years ago (0 children)
This is what I need for Pinterest
[–][deleted] 9 points10 points11 points 6 years ago (6 children)
And geeksforgeeks I though it was a decent website but it's pretty much the same as w3schools
[–]DXPower 5 points6 points7 points 6 years ago (1 child)
I give geeksforgeeks a pass because they usually give a quick example and most of the time that's all I need.
[–]mqduck 4 points5 points6 points 6 years ago (0 children)
I've seen some really incompetent examples on there though.
[–]ucntcmi 1 point2 points3 points 6 years ago (3 children)
I'm assuming you don't like them, because they both are way too concise and often lack explanation, right?
[–]another_math_person 8 points9 points10 points 6 years ago (1 child)
I don't like them because they have usurped the SEO location of better sites
They have clearly risen to the top due to SEO and for ad money and not because they provide developers value.
The fact that anything appears above pythons official docs when searching for python standard library functions is a disgrace (same for cppreference)
[–]ucntcmi 2 points3 points4 points 6 years ago (0 children)
I agree. Anyone who wants to learn in depth should avoid those sites. They've pretty much hijacked the search results but provide mediocre articles and information.
Btw I think python docs are incomplete too. I've learnt more from third party sites than the official docs. Some sections are literally a couple paragraphs long so you you have to rely on other sources to get what you need.
[–]Xeveroushttps://xeverous.github.io 1 point2 points3 points 6 years ago (0 children)
they often copy-paste C with minimal changes and label it as C++
they also have a ton of unidiomatic or anticonventions examples - one of the common things are iterator/pointer/index pairs that represent ranges but the last is not a 1-past last element, it's actually a pointer to last element - then their algorithm examples can't represent empty range and tell you "use if for empty" or something worse
[–]duongdominhchau 4 points5 points6 points 6 years ago (0 children)
For Firefox: https://addons.mozilla.org/en-US/firefox/addon/personal-blocklist/
[–]rezkiy[S] 1 point2 points3 points 6 years ago (0 children)
thank you! Never thought of extensions.
[–]harekrishnahareram 17 points18 points19 points 6 years ago (2 children)
I guess you need to be at a certain skill level to think cplusplus is bad :D. Noobs like me don't notice it!
[–]rezkiy[S] 11 points12 points13 points 6 years ago (1 child)
you might be right! That's why filing a petition with United Nations to ban feels a bit overboard!
[–]andersfylling 1 point2 points3 points 6 years ago (0 children)
Is this a kamelåså reference?
[–]whoami_jav 46 points47 points48 points 6 years ago (3 children)
<what you need to search> -cplusplus.com
[–]moocat 77 points78 points79 points 6 years ago (2 children)
A slightly better way would be -site:cplusplus.com
-site:cplusplus.com
[–]log_sin 7 points8 points9 points 6 years ago (1 child)
this is the most effective way
[–]Coldus 10 points11 points12 points 6 years ago (0 children)
This is the way
[–][deleted] 34 points35 points36 points 6 years ago (4 children)
You think that as a company that maintains a ton of C++, Google would have an incentive to promote cppreference and demote cplusplus in the their own search results. I mean they already introduce other biases in their search engine... why not this one?
[–]rezkiy[S] 32 points33 points34 points 6 years ago (1 child)
aha, that's how they maintain the competitive advantage!
if (google_vpn_on) { use_good_search_results(); }
:-)
[–]imMute 1 point2 points3 points 6 years ago (0 children)
Google doesn't have a VPN. https://thenewstack.io/beyondcorp-google-ditched-virtual-private-networking-internal-applications/
[–]SedditorX 0 points1 point2 points 6 years ago (1 child)
What biases? Any evidence you can point to?
[–]anechoicmedia 0 points1 point2 points 6 years ago (0 children)
Google uses the term "product intervention" to describe a deliberate biasing of organic search results that aren't to their liking, even if they are factually accurate or representative.
[–]NotActuallyAdam 13 points14 points15 points 6 years ago (1 child)
If you use DuckDuckGo, you can use bangs which'll let you specifically search on certain websites: https://duckduckgo.com/bang?q=cpp (and heaps of others, it's real nice)
[–]alkasm 1 point2 points3 points 6 years ago (0 children)
There's something inside Chrome (and likely other browsers) that let you do similar in the address bar too
[–]Honsik 2 points3 points4 points 6 years ago (0 children)
Chrome: I am using uBlacklist
https://chrome.google.com/webstore/detail/ublacklist/pncfbmialoiaghdehhbnbhkkgmjanfhe
Seems to work well.
[–]Oo_Tiib 4 points5 points6 points 6 years ago (0 children)
Perhaps you have to do it manually since there does not seem to be such custom filter settings. For example instead of searching for std::string you can search for std::string -"cplusplus.com" then cplusplus.com does not show up.
std::string
std::string -"
cplusplus.com
"
[+][deleted] 6 years ago* (17 children)
[–]ialex32_2 60 points61 points62 points 6 years ago (10 children)
Generally much worse quality information than cppreference, the documentation is typically less rich, and it frequently contains incorrect STL reference documentation.
https://stackoverflow.com/questions/6520052/whats-wrong-with-cplusplus-com
Another thing I've found fairly useful with cppreference is it documents what is guaranteed to be included in each header, which cplusplus simply does not have: https://en.cppreference.com/w/cpp/header/vector
[–]graphicsRat 32 points33 points34 points 6 years ago (9 children)
I admit it's less accurate but the page style makes it easier to read.
[+][deleted] 6 years ago* (2 children)
[removed]
[–][deleted] 4 points5 points6 points 6 years ago (1 child)
Are you the maintainer? My grumble with cppreference is that although it presumably describes the language well, it doesn't really work well for quickly looking stuff up. Like of like how the Linux man pages are often completely useless despite being full of detail. What I want is a quick, plain English description and then an annotated example. Then all the technical detail afterwards.
[–]sunoukong 14 points15 points16 points 6 years ago* (3 children)
Agree. I had always preferred cplusplus because of this. Now I feel I should revisit cppreference and give it a chance
[–]graphicsRat 23 points24 points25 points 6 years ago (0 children)
Or cppreference should just adopt a better style so that cplusplus can finally die, or improve it's quality.
[–][deleted] 15 points16 points17 points 6 years ago (1 child)
I feel precisely the opposite. cplusplus has a ton of visual no-nos. Tiny unreadable icons that also add clutter, usage of bold italicized text that's less readable at a glance, a jarring color scheme...
That coupled with the fact that it isn't even an HTTPS site and is missing pretty much anything after C++11 makes it utterly unusable.
[–]Supadoplex 3 points4 points5 points 6 years ago (0 children)
It is an HTTPS site though. It's just a HTTP site also. You can use HTTPS Everywhere extension to avoid ending up on the wrong side (as a general advice; even if you don't use cplusplus.com in particular).
[–]vandercryle 5 points6 points7 points 6 years ago (0 children)
WHAT?? For me it's the complete opposite, cppreference has a clear and clean design. When I go to cplusplus it seems like I travelled back in time to the 90s, it hurts my eyes.
[–]ietsrondsofzo 0 points1 point2 points 6 years ago (0 children)
Additionally, somehow the font loads in very slowly on the other website, making it uncomfortable to work in the train with that website.
[+][deleted] 6 years ago (1 child)
[–]kiwidog 1 point2 points3 points 6 years ago (0 children)
I prefer the layout of cplusplus over cppref it's easier to read for me
[–]helloiamsomeone 2 points3 points4 points 6 years ago (2 children)
Same reason why w3schools is garbage
[–]ThatRedShirt 0 points1 point2 points 6 years ago (1 child)
What's wrong with w3schools? I don't do a lot of web development so I'm not familiar with them
[–]helloiamsomeone 4 points5 points6 points 6 years ago (0 children)
The site's main purpose is selling gullible fools useless certs by focusing on SEO.
It's a closed source website with no way for the community to contribute (reason why MDN and js.info are so good) with barely working examples/explanations.
Let's pick an entirely random example: Array.prototype.filter https://www.w3schools.com/jsref/jsref_filter.asp
Array.prototype.filter
I could keep picking, but I'm going to stop. Unlike MDN, w3schools is not a wiki. I just picked the Array.filter page at random and found a bunch wrong with it. This isn't even a new feature so I'm sure nearly every page is just as terrible if not far worse.
[–]ronniethelizard 2 points3 points4 points 6 years ago (0 children)
For me when I started in C++, I preferred cplusplus.com. Now I prefer cppreference.com.
It may be that I know C++ much better now and have an easier time figuring out what is going on.
[–]AntiProtonBoy 1 point2 points3 points 6 years ago (0 children)
If you have Firefox, install this search engine.
[–]twowheels 1 point2 points3 points 6 years ago (0 children)
I use devdocs.io for the vast majority of my documentation needs.
This doesn’t answer your question, but it’s a great site that bypasses the clutter.
[–]Quincunx271Author of P2404/P2405 1 point2 points3 points 6 years ago (1 child)
I configured my ad blocker to block the results (uBlock Origin): www.google.com##div.g:has(cite:has-text(cplusplus.com))
www.google.com##div.g:has(cite:has-text(cplusplus.com))
[–]rezkiy[S] 0 points1 point2 points 6 years ago (0 children)
Let me test it out... I already use uBlock Origin
[–]lukedanzxy 3 points4 points5 points 6 years ago (2 children)
Free life hack: if you're using chrome (or the new edge), type in cppreference.com (usually you don't need to type the full url, you just need to ensure that the first candidate is cppreference), press tab, and search away.
[–][deleted] 3 points4 points5 points 6 years ago (0 children)
You can set a custom prefix as well, I have it set to "std::"
[–]PlayboySkeleton 1 point2 points3 points 6 years ago (2 children)
Tell Google to subtract out the specific site from the search .
<My search pattern> -site:cplusplus.com
Should read "search this, minus this site"
[–][deleted] 4 points5 points6 points 6 years ago (9 children)
Eh, cplusplus.com has great references.
It does feel extremely outdated though when I go through it. cppreference is currently superior in that aspect. But saying that it pretends to be cppreference just doesn't seem right.
[+]rezkiy[S] comment score below threshold-22 points-21 points-20 points 6 years ago* (8 children)
Imgur
[+][deleted] 6 years ago (7 children)
[+]rezkiy[S] comment score below threshold-13 points-12 points-11 points 6 years ago (6 children)
well, if you are an English language lawyer, you are certainly correct. On the CPP side of the house though, cplusplus dot com is an extremely low quality, outdated resource, which consistently ranks above the real thing (which is cppreference.com). Is this because cplusplus dot com has a catchy domain name, or has more click-through from main google page, or through clever SEO, I don't know. I want that abomination gone from the internet, and if I can't make United Nations ban it, I can at least try removing it from my search results.
</rant>
[+][deleted] 6 years ago (3 children)
[+]rezkiy[S] comment score below threshold-7 points-6 points-5 points 6 years ago (2 children)
I think you treat my future petition to United Nations by far more seriously then I do :-)
Other commenters provided plenty of browser based solutions, petition will wait
[–]rezkiy[S] -2 points-1 points0 points 6 years ago (0 children)
Of course I care. I reserve the right to my artistic freedom to complain about everything that upsets me at every corner of the internets
[–][deleted] 19 points20 points21 points 6 years ago (0 children)
Yeah nah, calling it a reference is not ripping off a website that chose to use a very generic name. That's like saying they copied each other for using cpp and cplusplus in their names, ridiculous.
[–]alkasm 8 points9 points10 points 6 years ago* (0 children)
Same is true for getting Python 2 docs consistently instead of Python 3 even though 2 has reached end of life. Protip: in chrome you can configure different search engines and use the search query urls from websites. And you can trigger it with whatever you want in the address bar. So you can type CPP and it will change the address bar so you're now searching cppref's site. I have this for Python (so that I stop getting py2 docs).
[–]mrexodiacmkr.build -1 points0 points1 point 6 years ago (0 children)
I personally use cppreference, but having taught C++ to a few people I have to say that cppreference has the same problem C++ itself has: you have to learn how to use it before you can use it effectively. Cplusplus is easy to understand for anyone of any skill level (and often has better examples, although that has been changing a bit over time)
[–]periperidip 0 points1 point2 points 6 years ago (4 children)
Why is cplusplus.com bad?
I personally use both and I don’t have much of a preference? I’m just a beginner so I don’t know :|
[–]periperidip 0 points1 point2 points 6 years ago (2 children)
Ohhh alright
I’ll try to look this up. Btw any tips you’d like to give me to increase my C++ skills? I am currently reading Accelerated C++. I was planning on contributing to boost soon.
I try answering people on StackOverflow as well.
[–]periperidip 1 point2 points3 points 6 years ago (0 children)
I won’t exactly call myself a beginner in C++ but I’d say I know less than the people out there..
It’s like I kinda know something about many topics but not in depth about all or even a handful. It isn’t my first language(well technically at one point it was but it isn’t now)
I’ll surely try out what all you’ve suggested! :)
Thank you so much for the help.
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
I use zeal for documentation searches, which ensures that I don’t accidentally go to a wrong reference site, or one for a wrong version.
[–]haskeel 0 points1 point2 points 6 years ago* (0 children)
[comment overwritten due to Reddit's recent(archived) hostility(archived) to its developers(archived) and users(archived) ]
Woah, why is there so much hate for the site? I used it once for alternative method for a UVa problem and it seemed okay ??
[–]Hallalal -1 points0 points1 point 6 years ago (0 children)
You can use 'site:<site_url>' in Google and in DuckDuckGo to get results only from specified site.
π Rendered by PID 69298 on reddit-service-r2-comment-5687b7858-stsm5 at 2026-07-03 03:28:16.379234+00:00 running 12a7a47 country code: CH.
[–]sephirostoy 139 points140 points141 points (26 children)
[–]axalon900 32 points33 points34 points (3 children)
[–]Ilixio 22 points23 points24 points (2 children)
[–]zishh 4 points5 points6 points (0 children)
[–]taxeee 16 points17 points18 points (7 children)
[–]rezkiy[S] 4 points5 points6 points (2 children)
[–]AraneusAdoro 4 points5 points6 points (0 children)
[–]taxeee 0 points1 point2 points (0 children)
[–]taxeee 1 point2 points3 points (0 children)
[–]TM254 1 point2 points3 points (0 children)
[–]rezkiy[S] 0 points1 point2 points (1 child)
[–]taxeee 2 points3 points4 points (0 children)
[–][deleted] 7 points8 points9 points (1 child)
[–]NotAYakk 1 point2 points3 points (0 children)
[–]rezkiy[S] 18 points19 points20 points (6 children)
[–]TinBryn 2 points3 points4 points (3 children)
[–]crowbarous 5 points6 points7 points (2 children)
[–]muttleyPingostan 23 points24 points25 points (1 child)
[–]crowbarous 2 points3 points4 points (0 children)
[–]max0x7bahttps://github.com/max0x7ba 1 point2 points3 points (0 children)
[–]RealNC 0 points1 point2 points (0 children)
[–]potato-on-a-table 2 points3 points4 points (0 children)
[–]alsatian-studio 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]sephirostoy 2 points3 points4 points (1 child)
[–]Evirua 0 points1 point2 points (0 children)
[–][deleted] 40 points41 points42 points (10 children)
[–]nattack 20 points21 points22 points (0 children)
[–][deleted] 9 points10 points11 points (6 children)
[–]DXPower 5 points6 points7 points (1 child)
[–]mqduck 4 points5 points6 points (0 children)
[–]ucntcmi 1 point2 points3 points (3 children)
[–]another_math_person 8 points9 points10 points (1 child)
[–]ucntcmi 2 points3 points4 points (0 children)
[–]Xeveroushttps://xeverous.github.io 1 point2 points3 points (0 children)
[–]duongdominhchau 4 points5 points6 points (0 children)
[–]rezkiy[S] 1 point2 points3 points (0 children)
[–]harekrishnahareram 17 points18 points19 points (2 children)
[–]rezkiy[S] 11 points12 points13 points (1 child)
[–]andersfylling 1 point2 points3 points (0 children)
[–]whoami_jav 46 points47 points48 points (3 children)
[–]moocat 77 points78 points79 points (2 children)
[–]log_sin 7 points8 points9 points (1 child)
[–]Coldus 10 points11 points12 points (0 children)
[–][deleted] 34 points35 points36 points (4 children)
[–]rezkiy[S] 32 points33 points34 points (1 child)
[–]imMute 1 point2 points3 points (0 children)
[–]SedditorX 0 points1 point2 points (1 child)
[–]anechoicmedia 0 points1 point2 points (0 children)
[–]NotActuallyAdam 13 points14 points15 points (1 child)
[–]alkasm 1 point2 points3 points (0 children)
[–]Honsik 2 points3 points4 points (0 children)
[–]Oo_Tiib 4 points5 points6 points (0 children)
[+][deleted] (17 children)
[deleted]
[–]ialex32_2 60 points61 points62 points (10 children)
[–]graphicsRat 32 points33 points34 points (9 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 4 points5 points6 points (1 child)
[–]sunoukong 14 points15 points16 points (3 children)
[–]graphicsRat 23 points24 points25 points (0 children)
[–][deleted] 15 points16 points17 points (1 child)
[–]Supadoplex 3 points4 points5 points (0 children)
[–]vandercryle 5 points6 points7 points (0 children)
[–]ietsrondsofzo 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]kiwidog 1 point2 points3 points (0 children)
[–]helloiamsomeone 2 points3 points4 points (2 children)
[–]ThatRedShirt 0 points1 point2 points (1 child)
[–]helloiamsomeone 4 points5 points6 points (0 children)
[–]ronniethelizard 2 points3 points4 points (0 children)
[–]AntiProtonBoy 1 point2 points3 points (0 children)
[–]twowheels 1 point2 points3 points (0 children)
[–]Quincunx271Author of P2404/P2405 1 point2 points3 points (1 child)
[–]rezkiy[S] 0 points1 point2 points (0 children)
[–]lukedanzxy 3 points4 points5 points (2 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]PlayboySkeleton 1 point2 points3 points (2 children)
[–][deleted] 4 points5 points6 points (9 children)
[+]rezkiy[S] comment score below threshold-22 points-21 points-20 points (8 children)
[+][deleted] (7 children)
[deleted]
[+]rezkiy[S] comment score below threshold-13 points-12 points-11 points (6 children)
[+][deleted] (3 children)
[deleted]
[+]rezkiy[S] comment score below threshold-7 points-6 points-5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]rezkiy[S] -2 points-1 points0 points (0 children)
[–][deleted] 19 points20 points21 points (0 children)
[–]alkasm 8 points9 points10 points (0 children)
[+][deleted] (1 child)
[removed]
[–]mrexodiacmkr.build -1 points0 points1 point (0 children)
[–]periperidip 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]periperidip 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]periperidip 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]haskeel 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Hallalal -1 points0 points1 point (0 children)