C++ is the superior language - And I’m tired of pretending it’s not.

  • 🔧 At about Midnight EST I am going to completely fuck up the site trying to fix something.
Why do coder trannies obsess over Rust again? I've worked with retarded trannies telling me it's the best thing ever but all they seem to do is autistically rewrite things with it that are inefficient / pointless.
Bjarne has blatantly aired his dislike for the tranny menace and calls them out on their ineffectual bullshit changes to the codebase. So they decided to jump ship and steal whatever ideas they could from the cpp standard at the time and incorporate it into Rust.
 
I was actually going to check it out, I've started with it but procrastination and other things got in the way.

This seems like a good website to start learning:
https://www.learncpp.com/
That looks like a good source that’s been updated frequently and actually delves into the operand code and how it works. Thanks for sharing, I tend to stay away from the cplusplus forums because they’re either toy problem homework help threads or a decade out of date, but I really like that site you shared.
 
nah, C++is for niggers, real men use C. as terry said, it was a nigger who though cout was better than printf.
You sound kind of retarded. C++ uses C interchangeably, I mix and match ANSI C with C++23 all the time. The stack analysis and memory view is virtually the exact same.
 
Last edited:
I love C++... it's so bad.
1720631617946.png
 
C/C++ was the second language I learned in college (the first being Java) and I can confirm it is in fact Based and far better than any of these fad languages the troons and code campers love to self-suck over like Python and Rust. however, I also respect the oldfags who say OO/polymorphism is AIDS and that pure C is superior.
 
Why do coder trannies obsess over Rust again?
I'm still trying to figure out why they obsess over Arch Linux.

I really like C and Python, mostly because they are the languages I'm most proficient with. That's the real big rub, I don't care about what coding language you use only that you are the best using it.
 
I really like C and Python, mostly because they are the languages I'm most proficient with. That's the real big rub, I don't care about what coding language you use only that you are the best using it.
I full-heartedly agree you should use whatever tools are best for the job. But I’ll always harp on Python for bloated overhead library function calls. Whenever I use Python I have to go out of my way to cut back a lot of that stuff. Using it in tandem with C just feels dirty because you’re throwing all your hard work and memory efficient code into the black box that is traditional Python.
 
It's all about what you're trying to accomplish. If I was dealing with a massive codebase with a lot of devs, C++ is probably where I'd go. Trying to keep things small and comprehensible? That's C for me. Looking for rapid development time? That'd be Ruby for me, with Python, Javascript (and its offshoots), etc. are some options. Looking to do complicated academic stuff? I go to Prolog, but Scheme, Haskell, ML are other good options, depending on what you're doing.

This notion of "X language is best" is tedious, a discourse space inhabited by midwits who have committed to one language past any reasonable justification.

A good programmer should be able to learn a new language at need when the circumstances require it.
 
It's all about what you're trying to accomplish. If I was dealing with a massive codebase with a lot of devs, C++ is probably where I'd go. Trying to keep things small and comprehensible? That's C for me. Looking for rapid development time? That'd be Ruby for me, with Python, Javascript (and its offshoots), etc. are some options. Looking to do complicated academic stuff? I go to Prolog, but Scheme, Haskell, ML are other good options, depending on what you're doing.

This notion of "X language is best" is tedious, a discourse space inhabited by midwits who have committed to one language past any reasonable justification.

A good programmer should be able to learn a new language at need when the circumstances require it.
I tip my hat to you fellow Ruby enjoyer.
 
Back