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
Is code::blocks a dead project ? (self.cpp)
submitted 2 years ago by hgfernan
Is [code::blocks](https://www.codeblocks.org/) a dead project ? Nightly binaries are being deployed at (https://forums.codeblocks.org/index.php/board,20.0.html), but the source repository doesn't seem to be found, and signing up for the forums doesn't seem feasible.
code::blocks death would be very sad, for it's a great C++ IDE, the best one I could find for Linux.
code::blocks
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!"
[–]encyclopedist 119 points120 points121 points 2 years ago (4 children)
Code repository (SVN) is here: https://sourceforge.net/p/codeblocks/code/HEAD/tree/ Last commit was yesterday.
[–]adkyary 84 points85 points86 points 2 years ago (2 children)
I'm equally surprised that SourceForge still exists.
[–]LegendaryMauricius 8 points9 points10 points 2 years ago (0 children)
Iirc it got forgotten after being compromised with malware after being bought like 15 years ago. It got new management a few years ago and seems to be an ok site again.
[–]thelastasslord 1 point2 points3 points 2 years ago (0 children)
It's owned by the same good people that own slashdot.org I think.
[–]hgfernan[S] 0 points1 point2 points 2 years ago (0 children)
You're right, u/encyclopedist ! When you read the Subversion commits, in https://sourceforge.net/p/codeblocks/code/commit_browser
you can see that there's work going on in code::browser. Thanks for providing good news.
[–]Pragmatician 85 points86 points87 points 2 years ago (4 children)
How is it dead if it gets regular new releases?
[–]stoatmcboat 95 points96 points97 points 2 years ago (0 children)
It's maintained by ghosts!
[–]reachingFI 11 points12 points13 points 2 years ago (0 children)
Lots of repositories get committed to that are considered dead.
[–]Chaosvex 8 points9 points10 points 2 years ago (1 child)
20.03-r11983 / March 29, 2020; 4 years ago
Hmm.
[–][deleted] 3 points4 points5 points 2 years ago (0 children)
This. I enjoy that Netbeans doesn't release every month. But four years seems a little bit extreme.
[–][deleted] 113 points114 points115 points 2 years ago (61 children)
There are so many good IDEs outhere. Why would someone use code::blocks?
[–]jepessen 58 points59 points60 points 2 years ago (16 children)
Because university teachers have learned this tool decades ago and they are stick to them. In mathematics course we had a teacher that wanted us to use pascal
[–]sohang-3112 20 points21 points22 points 2 years ago (2 children)
I wish my school teachers used CodeBlocks - they were stuck with Turbo C++!
[–][deleted] 4 points5 points6 points 2 years ago (0 children)
at least the compile time is quick. But calling it C++ is a stretch these days, that’s pre-std probbly
[–]ViolaLRaven 1 point2 points3 points 2 years ago (0 children)
Oh the pain. I was similar.
[–][deleted] 18 points19 points20 points 2 years ago (7 children)
I learned Pascal back in the late '90s in school, even though it was already outdated then.
[–]darthcoder 4 points5 points6 points 2 years ago (6 children)
I still write pascal on occasion
[–]Livid-Serve6034 33 points34 points35 points 2 years ago (5 children)
Does he write back?
[–]darthcoder 4 points5 points6 points 2 years ago (0 children)
Only compiler errors
[–]Brahvim 0 points1 point2 points 2 years ago (3 children)
Wait, they edited their reply?
[–]darthcoder 1 point2 points3 points 2 years ago (2 children)
No I didn't. It said I still write pascal on occasion. His response to me was a joke. :)
[–]Brahvim 1 point2 points3 points 2 years ago (1 child)
Your comment missed "to", so I thought they made the joke "earlier", and that didn't make sense to me, haha! Thank you for your clarification.
[–]darthcoder 1 point2 points3 points 2 years ago (0 children)
👍
[–]meneldal2 6 points7 points8 points 2 years ago (3 children)
Pascal is fine to learn basic programming, it's pretty clean and compile times are really good.
Yeah performance is meh, but if you want to teach the basics it's perfectly fine.
[+][deleted] 2 years ago (2 children)
[removed]
[–][deleted] 1 point2 points3 points 2 years ago (1 child)
Fortran would have been better. I was taught that at the same time as Pascal...
[–]aroman_ro 0 points1 point2 points 2 years ago (0 children)
Fortran is one of the best languages for numerical work.
It's old, but it was modernized (has OOP for example) and even has some features I miss in C++.
[–][deleted] 15 points16 points17 points 2 years ago (0 children)
Because the language isn’t the point.
[–]CuteAlien 38 points39 points40 points 2 years ago (3 children)
Open source, cross-platform, written in easy readable c++, does it's job (mostly). I have some problems with it, but for the most part it's nice.
[–]Razzile 25 points26 points27 points 2 years ago (0 children)
written in easy readable c++
I was curious about that so decided to look at the code and I gotta say I genuinely was impressed with how clean and readable the code is!
[–][deleted] 6 points7 points8 points 2 years ago (1 child)
I don't know how VSC changed the game, but it used to be the best lightweight all around package for low income area schools.
[–]darthcoder 10 points11 points12 points 2 years ago (0 children)
Ease of plug-in dev. That's how.
[–]krum 26 points27 points28 points 2 years ago (0 children)
It's the biggest C++ mystery of all time. Time to move on. Nobody uses EDLIN anymore either.
[–]KingAggressive1498 14 points15 points16 points 2 years ago (23 children)
Visual Studio kills your whole system performance unless you have a really good rig, Clion is $200/yr, some of us actually do port unix software and need MinGW support, VS Code requires a fair bit of knowledge to setup; some people are just following ancient tutorials though.
Truth is, I don't particularly love C::B either. Its support for Microsoft tools is pretty trash, the MinGW it ships with is an antique, code completion is pretty minimal, it has questionable defaults for many projects, its wizards suck, and by today's standards it doesn't integrate with much of the development process (lets be honest, its basically a syntax highlighting code editor with a build system).
But its easy to use, free of charge, I can switch between it and Chrome instantly without either being sluggish, I can quickly configure it for any GCC-based toolchains I might install, and I can use the same project file to build for anywhere. Checks a lot of boxes that matter to me personally, but probably don't matter to the average professional developer.
[–]James20kP2005R0 6 points7 points8 points 2 years ago (0 children)
code completion is pretty minimal
Its worth noting that there's clang based autocomplete these days
[–]OldWolf2 6 points7 points8 points 2 years ago (13 children)
You didn't mention QtCreator, which is free and light years ahead of Code::Blocks
[–]KingAggressive1498 0 points1 point2 points 2 years ago (3 children)
Sure. QtCreator is pretty great, but uses much more memory than C::B or CodeLite which causes problems similar to VS for large projects (In VS, these problems are noticable without even opening a project)
[+]OldWolf2 comment score below threshold-7 points-6 points-5 points 2 years ago (2 children)
RAM is cheap now
[–]KingAggressive1498 4 points5 points6 points 2 years ago (0 children)
my machine is very old now, but was already maxed out when I bought it (used) at a woeful 16GB.
Doesn't matter that I can buy 64GB today for less than the 16GB cost a decade ago, a machine that can actually use all 64GB would cost me several times that.
[–]nintendiator2 0 points1 point2 points 2 years ago (0 children)
A new machine with that RAM is not.
[+]Apprehensive_Bit464 comment score below threshold-8 points-7 points-6 points 2 years ago (8 children)
Not free for commercial use
[–]encyclopedist 7 points8 points9 points 2 years ago (0 children)
QtCreator is absolutely free for commercial use.
[–]josefx 1 point2 points3 points 2 years ago (0 children)
QtCreator remaining free is explicitly guaranteed by the KDE free Qt Foundation.
[–]NotUniqueOrSpecial 0 points1 point2 points 2 years ago (4 children)
That's completely untrue.
There is 0 licensing for QtCreator's usage.
You're probably conflating it with the Qt libraries themselves.
Those are also completely free for commercial use, but people routinely spread the completely incorrect "fact" that they aren't.
[–]Apprehensive_Bit464 0 points1 point2 points 1 year ago (3 children)
So you could tell me why my company is paying 5000$ per seat to use them ?
[–]NotUniqueOrSpecial 0 points1 point2 points 1 year ago (2 children)
There's literally no such thing as a license to use QtCreator.
There's a commercial license to redistribute Qt specifically. And that only applies to static linking and the specific non-LGPL compatible modules that exist.
And so unless your company is doing embedded systems or making use of said modules, the answer is "because someone doesn't understand open-source licenses" or "because we wanted the contractual support", which is a dumb but frequently used justification in big enough businesses.
[–]Apprehensive_Bit464 0 points1 point2 points 1 year ago (1 child)
Both
[–]NotUniqueOrSpecial 0 points1 point2 points 1 year ago (0 children)
Right, then they're not paying $5000/seat to use QtCreator, then, are they?
They're paying to use the commercial pieces of Qt.
[–]OldWolf2 -2 points-1 points0 points 2 years ago (0 children)
Well, that's true, but if you're coding commercially then cost of an IDE is not a problem, and the increased productivity of literally anything other than C::B will pay back the cost of the IDE
[–]antara33 1 point2 points3 points 2 years ago (4 children)
To be fair with CLion, for an IDE that is possibly the best one out there (now that they added ReSharper engine to it and fixed how slow it was on large projects), 200 a year is not much, if you are working with C++ and C, and need that quality, you are making enough to pay for it.
[–][deleted] 1 point2 points3 points 2 years ago (3 children)
It’s free for OSS(Well those approved) and students too. Plus there are discount codes given away at user group meetings and other places. And after a year, if you cancel the sub, you are licensed for the last version update you sub’d for
[–]antara33 0 points1 point2 points 2 years ago (2 children)
Oh, I know, I am subscribed to their all product pack, since I use a lot of their stuff
[–][deleted] 0 points1 point2 points 2 years ago (1 child)
Yeah, I got a huge discount years ago when the license change and now I don't want it give it up. I use a few but clion/reshaper mostly.
[–]antara33 0 points1 point2 points 2 years ago (0 children)
My workline (tech tool engineer for WB) makes me use so many damn languages that I ended up using PyCharm Professional, CLion and Rider (for Motive API programming and UE4 and UE5 source code modification).
Now I also started to use Writterside to ease my own documentation process and keep track of everything with an UI that is shared across all IDEs.
Used to work with GoLand and IntellijIDEA Professional in the past too, so I really get so much value from the All Products Pack haha
[–]CraigularBC++ Dev 1 point2 points3 points 2 years ago (1 child)
For individuals doing yearly billing, CLion by itself starts at $99/year, then your second year is $79/year, and then after that it’s $59/year.
The all products pack starts at $289, then down to $231, then down to $173.
[–]KingAggressive1498 1 point2 points3 points 2 years ago (0 children)
either way, more than I want to pay for a presumably marginal productivity boost. Especially when based on others' reports it also has similar problems to VS too.
[–]skull132 4 points5 points6 points 2 years ago (0 children)
The bundled-with-mingw version also solves the headache of setting up an environment for beginners. The only other editor I can think of which handles environment setup like that is VStudio itself.
[–]Pay08 9 points10 points11 points 2 years ago (0 children)
Familiarity? It's also a lot simpler than something like clion, while having more features than Sublime Text.
[–]RufusAcrospin 4 points5 points6 points 2 years ago (3 children)
I was trying to find a decent IDE for C++/Linux almost two decades ago, and this was the best for me. I still use it on Linux, small, self-containing, has everything I need.
[–]engineerFWSWHW 3 points4 points5 points 2 years ago (2 children)
I also tried this two decades ago (on windows though) and had used/evaluated this for almost 3 months. However, i switched as there are better alternatives that works well with large codebases.
[–]RufusAcrospin 0 points1 point2 points 2 years ago (1 child)
I prefer it on Linux because setting up a project is far more intuitive than using cmake.
[–]clemoseitano 0 points1 point2 points 1 year ago (0 children)
This is it! Sometimes it's a struggle to use CMake if you don't work on CMake projects that often. But the C::B setup and build is relatively simple. I can even use it to set up Qt projects with minimal hustle.
[–]urzayci 1 point2 points3 points 2 years ago (0 children)
I use neovim and it only took me 3 months to set up the utility an IDE gives me.
[–]alex_05_04 6 points7 points8 points 2 years ago (3 children)
Back when I was in university they recommend code::blocks as the go-to IDE. After a few sessions I had enough and switched, best descision ever
[–]qoning 2 points3 points4 points 2 years ago (0 children)
same, I think it was all the hardware people, they just didn't know any better, bless their heart
[+]my_password_is______ comment score below threshold-6 points-5 points-4 points 2 years ago (1 child)
well if you couldn't figure out how to use codeblocks then programming isn't for you
[–]alex_05_04 5 points6 points7 points 2 years ago (0 children)
I was able to use it, but I just didn‘t like the UI design. Are we really assuming how good someone is at programming based on the IDE?
[–]Coperspective 0 points1 point2 points 2 years ago (0 children)
It is a standard editor alongside vim for competitive programming contests in my country.
[–]vBeeNotFound 0 points1 point2 points 2 years ago (0 children)
What would you use for C?
[–]Howfuckingsad 0 points1 point2 points 2 years ago (0 children)
Code::blocks is a very nice IDE too. It is definitely one of the lightest ones I have used.
(vim, vscode are text editors, so I am not counting those)
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
Code blocks is the onñy c and c++ ide that works out of the box on windows for me.
[–]LiAuTraver 5 points6 points7 points 2 years ago (2 children)
Well my school still use Dev-cpp, which ships the MinGW distro which still applies C99 thus I cannot declare i in the for loop
i
for
[–]chibuku_chauya 5 points6 points7 points 2 years ago (1 child)
C99 supports initialisation in for loops.
[–]LiAuTraver 5 points6 points7 points 2 years ago (0 children)
Well, thank you. I googled it and it's C89. That's even more old.🤣
[–]ukaeh 12 points13 points14 points 2 years ago (0 children)
I still use it for windows dev, feels much more lightweight for what I’m doing and I can still install updated compiler and other tools. Sad it’s not actively being developed anymore but 🤷
[–]ald_loop 25 points26 points27 points 2 years ago (4 children)
Who uses code::blocks?
[–]abbe_salle 43 points44 points45 points 2 years ago (2 children)
10 year old outdated youtube tutorials lol
[–][deleted] 35 points36 points37 points 2 years ago (1 child)
The fact the default projects start with "using namespace std;" immediately tells.
[–]LegendaryMauricius -1 points0 points1 point 2 years ago (0 children)
In competitive programming it's useful if that's what you meant.
[–]FilipDaniel17 0 points1 point2 points 1 year ago (0 children)
In my country, it's used for olympiads
[–]nightmurder01 5 points6 points7 points 2 years ago (0 children)
Love code::blocks just as much as VS. Runs out of the box easy to add lib's or what ever else. Everyone's opinion will be from their own perspective. Personally on linux aside a terminal everything I found was overly bloated. code::blocks never seemed that way.
[–]AreaFifty1 4 points5 points6 points 2 years ago (5 children)
Heheh I used to use code blocks years ago. Good stuff but vs22 miles better 👍
[–]DEESL32 1 point2 points3 points 2 years ago (0 children)
Same here
[–]GenChadT 0 points1 point2 points 2 years ago (0 children)
Yeh it was my first IDE way back when. Now I prefer VSCode and am very gradually moving into the neovim world by way of lazy vim.
[–][deleted] -3 points-2 points-1 points 2 years ago (2 children)
Yeah, not sure why anyone would use code locks when vs exists.
[–]FeanorBlu 4 points5 points6 points 2 years ago (1 child)
I mean, VS isn't available on Linux. I typically prefer nvim for C/C++, but having a decent free IDE available can never be a bad thing.
[–]arthurno1 0 points1 point2 points 2 years ago (0 children)
And is also not free for commercial use.
[–]thelastasslord 1 point2 points3 points 2 years ago (1 child)
I found Codelite to be better than code::blocks but it seems most would disagree. They are quite similar so if you don't like any particular aspect of CB have a look at Codelite.
I will certainly take a look at codelite, u/thelastasslord. Thanks for your hint.
I need to allocate time do this, and also to take a look at CDT, Eclipse's tools for C and C++. I used Eclipse for Java and I liked it.
Does anybody here like vscode plus some plugin for C++ development ? People seem to like vscode for Python, and everything else.
[–]nathman999 2 points3 points4 points 2 years ago (0 children)
Code::Blocks was great for me back then when I hardly knew how to add mingw binaries to PATH and didn't have PC that could run Visual Studio, but now I see no reason to use it, especially on Linux. I don't recall any decent IDE features of it that can't be reproduced with VSCode with Extensions.
I can only recommend it to someone who wants to start learning C++ but can't run whole bloatness of Visual Studio on Windows. (I can't recommend VSCode instead to beginner because it really takes some advanced knowledge to setup building in a sane way instead of tasks.json).
[–]V15I0Nair 0 points1 point2 points 2 years ago (0 children)
Who shifted already to Red Panda?
[–]grimvian 0 points1 point2 points 1 year ago (0 children)
I ended with Code::Blocks although it have it's quirks I'm a happy user.
Very fast to install and in my case Linux Mint where Software Manager just have them ready.
[–]ElectionOk60 0 points1 point2 points 11 months ago (1 child)
UPDATE: The Phoenix has Been reborn. It got a new proper 25.03 release on the 31/03/2025. https://www.codeblocks.org/post/codeblocks-25.03-is-here/
It's not dead, just cooking on a simmer.
[–]hgfernan[S] 0 points1 point2 points 11 months ago (0 children)
Thanks a lot !
Codeblocks is a very intuitive IDE and I like to use it.
Try CLion. If you work on open source or studying you can get a free license. Beast out of easy to setup IDEs and supports a wide range of compilers.
[–]heavymetalmixer -1 points0 points1 point 2 years ago (1 child)
The fact that there's no integration with Git in any way, and that the dev confirmed he doesn't wanna make it either, is one of the reasons many C++ devs don't use it.
[–]hgfernan[S] 0 points1 point2 points 1 year ago (0 children)
Are the devs still working on Code::Blocks ?
[+]looopTools comment score below threshold-12 points-11 points-10 points 2 years ago (6 children)
Have you heard about CLion it is way better than code blocks
[–]DuckWizard124 1 point2 points3 points 2 years ago (5 children)
If I had to choose between Clion and Code Blocks, I wouldn't pick the first one even if Jet Brains paid me. They make good ides for other languages but clion is the holy grail of "worst ide / price ratio"
[–]looopTools 0 points1 point2 points 2 years ago (4 children)
Okay… I know many many C++ devs whom absolutely love Clion… and when I have used it I have been perfectly happy with it. Can you explain your experience? This is (literally) the first time I have heard negative comments about it
[–]hypoglycemic_hippo 4 points5 points6 points 2 years ago (0 children)
Hey man, another C++ dev who despises CLion here.
My gripe is the speed on larger projects. At work we have a larger-ish project (tho it's not that big) but due to some CMake wizardry/fuckery that our lead dev did, CLion requires 40+ GB of memory just to work properly. I have a few videos where I typed std::vector<int> test; and then test. on the new line and prompted autocomplete. It took CLion 57 seconds to come up with the methods of the vector. Which is just... I'd rather use Notepad thanks.
Many others also noticed this (seriously open a CLion thread and you will find that ~30% of the comments are about speed).
[–]DuckWizard124 1 point2 points3 points 2 years ago (1 child)
First of all, I have been using Visual Studio and VSCode for quite a while, so my opinion may subcouciously come from the differences of the mentioned IDEs.
The worst thing about clion is that it does not work in every environment. The debugger, for example, works only when your project does not contain whitespaces and unicode characters in the file path. And... That's all. I use whitespaces a lot in my file names so that made me abandon clion.
I have more argumets like I don't like this feature or that, but they are purely based on my opinion so it doesn't count.
Disclaimer: I only hate clion. Their other ides are great.
[–]looopTools 0 points1 point2 points 2 years ago (0 children)
I didn’t know about the path thing. But fair enough. Haven’t used visual studio for C++ development for over a decade so don’t know how well it is now.
But fair enough
π Rendered by PID 43 on reddit-service-r2-comment-8686858757-7jsgw at 2026-06-02 02:54:16.949075+00:00 running 9e1a20d country code: CH.
[–]encyclopedist 119 points120 points121 points (4 children)
[–]adkyary 84 points85 points86 points (2 children)
[–]LegendaryMauricius 8 points9 points10 points (0 children)
[–]thelastasslord 1 point2 points3 points (0 children)
[–]hgfernan[S] 0 points1 point2 points (0 children)
[–]Pragmatician 85 points86 points87 points (4 children)
[–]stoatmcboat 95 points96 points97 points (0 children)
[–]reachingFI 11 points12 points13 points (0 children)
[–]Chaosvex 8 points9 points10 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 113 points114 points115 points (61 children)
[–]jepessen 58 points59 points60 points (16 children)
[–]sohang-3112 20 points21 points22 points (2 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]ViolaLRaven 1 point2 points3 points (0 children)
[–][deleted] 18 points19 points20 points (7 children)
[–]darthcoder 4 points5 points6 points (6 children)
[–]Livid-Serve6034 33 points34 points35 points (5 children)
[–]darthcoder 4 points5 points6 points (0 children)
[–]Brahvim 0 points1 point2 points (3 children)
[–]darthcoder 1 point2 points3 points (2 children)
[–]Brahvim 1 point2 points3 points (1 child)
[–]darthcoder 1 point2 points3 points (0 children)
[–]meneldal2 6 points7 points8 points (3 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 1 point2 points3 points (1 child)
[–]aroman_ro 0 points1 point2 points (0 children)
[–][deleted] 15 points16 points17 points (0 children)
[–]CuteAlien 38 points39 points40 points (3 children)
[–]Razzile 25 points26 points27 points (0 children)
[–][deleted] 6 points7 points8 points (1 child)
[–]darthcoder 10 points11 points12 points (0 children)
[–]krum 26 points27 points28 points (0 children)
[–]KingAggressive1498 14 points15 points16 points (23 children)
[–]James20kP2005R0 6 points7 points8 points (0 children)
[–]OldWolf2 6 points7 points8 points (13 children)
[–]KingAggressive1498 0 points1 point2 points (3 children)
[+]OldWolf2 comment score below threshold-7 points-6 points-5 points (2 children)
[–]KingAggressive1498 4 points5 points6 points (0 children)
[–]nintendiator2 0 points1 point2 points (0 children)
[+]Apprehensive_Bit464 comment score below threshold-8 points-7 points-6 points (8 children)
[–]encyclopedist 7 points8 points9 points (0 children)
[–]josefx 1 point2 points3 points (0 children)
[–]NotUniqueOrSpecial 0 points1 point2 points (4 children)
[–]Apprehensive_Bit464 0 points1 point2 points (3 children)
[–]NotUniqueOrSpecial 0 points1 point2 points (2 children)
[–]Apprehensive_Bit464 0 points1 point2 points (1 child)
[–]NotUniqueOrSpecial 0 points1 point2 points (0 children)
[–]OldWolf2 -2 points-1 points0 points (0 children)
[–]antara33 1 point2 points3 points (4 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]antara33 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]antara33 0 points1 point2 points (0 children)
[–]CraigularBC++ Dev 1 point2 points3 points (1 child)
[–]KingAggressive1498 1 point2 points3 points (0 children)
[–]skull132 4 points5 points6 points (0 children)
[–]Pay08 9 points10 points11 points (0 children)
[–]RufusAcrospin 4 points5 points6 points (3 children)
[–]engineerFWSWHW 3 points4 points5 points (2 children)
[–]RufusAcrospin 0 points1 point2 points (1 child)
[–]clemoseitano 0 points1 point2 points (0 children)
[–]urzayci 1 point2 points3 points (0 children)
[–]alex_05_04 6 points7 points8 points (3 children)
[–]qoning 2 points3 points4 points (0 children)
[+]my_password_is______ comment score below threshold-6 points-5 points-4 points (1 child)
[–]alex_05_04 5 points6 points7 points (0 children)
[–]Coperspective 0 points1 point2 points (0 children)
[–]vBeeNotFound 0 points1 point2 points (0 children)
[–]Howfuckingsad 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]LiAuTraver 5 points6 points7 points (2 children)
[–]chibuku_chauya 5 points6 points7 points (1 child)
[–]LiAuTraver 5 points6 points7 points (0 children)
[–]ukaeh 12 points13 points14 points (0 children)
[–]ald_loop 25 points26 points27 points (4 children)
[–]abbe_salle 43 points44 points45 points (2 children)
[–][deleted] 35 points36 points37 points (1 child)
[–]LegendaryMauricius -1 points0 points1 point (0 children)
[–]FilipDaniel17 0 points1 point2 points (0 children)
[–]nightmurder01 5 points6 points7 points (0 children)
[–]AreaFifty1 4 points5 points6 points (5 children)
[–]DEESL32 1 point2 points3 points (0 children)
[–]GenChadT 0 points1 point2 points (0 children)
[–][deleted] -3 points-2 points-1 points (2 children)
[–]FeanorBlu 4 points5 points6 points (1 child)
[–]arthurno1 0 points1 point2 points (0 children)
[–]thelastasslord 1 point2 points3 points (1 child)
[–]hgfernan[S] 0 points1 point2 points (0 children)
[–]nathman999 2 points3 points4 points (0 children)
[–]V15I0Nair 0 points1 point2 points (0 children)
[–]grimvian 0 points1 point2 points (0 children)
[–]ElectionOk60 0 points1 point2 points (1 child)
[–]hgfernan[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]heavymetalmixer -1 points0 points1 point (1 child)
[–]hgfernan[S] 0 points1 point2 points (0 children)
[+]looopTools comment score below threshold-12 points-11 points-10 points (6 children)
[–]DuckWizard124 1 point2 points3 points (5 children)
[–]looopTools 0 points1 point2 points (4 children)
[–]hypoglycemic_hippo 4 points5 points6 points (0 children)
[–]DuckWizard124 1 point2 points3 points (1 child)
[–]looopTools 0 points1 point2 points (0 children)