Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Root826004yMy guess is the simplicity (and therefore reliability), increased cross-compilability (so reliability of source), and fewer levels of abstraction (more reliability).
So. The reliability. -
hobblin2084yLinux users wants control, windows users want abstractions to simplify complex stuff.
-
I don't see any statistical evidence of either of these. A lot of Linux software is C++, and a lot of Windows stuff is in C. Very questionable generalization at best.
-
stop68674y@RememberMe yup. QT stuff is in c++, this means that most in KDEneeds to imteract with c++.
-
though i don't like QT, because it's such a humongous package, i tend to use gtkmm in personal projects (except that text editor, that is purely written in C, and uses GTK directly)
GTK itself is in C,
but gtkmm is a wrapper for C++
kinda don't care what others say, but i use both for the whole trio of PC OS'es, making it dependent on the projected size and complexity of the project. -
@thebiochemic Plus that Qt has the licence problem with regard to maintenance cycles and isn't community driven. KDE wasn't amused, but that's a case of "told you so".
-
Root826004yNote: I agree with everyone in that I’ve never seen this preference outside of kernel development and other low-level circles.
-
@Root And that's because in low level, you don't want to abstract the hardware away (within this layer and within reason), and you don't want devs who dislike hardware. Quite the opposite, devs in this area are providers of abstractions, not consumers.
-
What’s wrong with windows? I never had issues with my windows laptop. It runs just fine even after 4 years
-
If my laptop lets me code without being TOO slow, that’s all that matters to me. It’s an instrument to me and nothing else
-
hobblin2084y@TeachMeCode nothing is wrong with windows, but it's a complete desktop environment that is quite unintuitive to navigate development wise. Linux is a modular operating system that's built around access to the important stuff 🤷♂️
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Linux fans like C more than C++ and Windows fans prefer C++. Why is this so?
rant
c
linux
c++
windows
question