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
-
What's wrong with modern C++? It works very well and fixes many of C++98's issues.
-
Binary937yBy low level i mean lower level than most popular languages like java, c#, python, php, etc.
-
@Binary not really. Modern C++ can be very high level of you know how to use it.
-
@Bitwise Well it depends on the usecase, i deal with ASM(m68k, z80) a lot on my freetime when writing on a sega genesis (Megadrive) game. And it is not that unmaintainable as it seams at first.
But also in the working world i had a lot of optimizations written in ASM (nasm). The more performance matters the more sane is it to use ASM.
Otherwise you're right it does make rarely sense to do ASM if you don't need extreme optimization or custom hardware. -
C++ is a great balance between low and high level and has a great standard library. I think that needing to reinvent the wheel every damn time is a flaw of a language. It makes writing c satisfying but time expensive. And time is money. So c is inefficient and no longer widely used for applications, more in specific areas where that expense can be afforded.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
I had a genuine respect for C++ developers back in 2001
Then this whole STL thing happened. Then C++11, C++14....C++17
Me now: Bitch do they even write code 🤣🤣
joke/meme
c++
cpp