ASMR: talking about pros and cons of c++ with your college friend

I tried searching for the original author but it seems he deleted his Twitter account for threats and harassment. From what I could gather, something about amputee art.

Reminded me of this comic:

shen comic

artist

I didn't need to do this but I did and now I want it in my comment history:

class Suckable {
    bool unsucked;

public:
    Suckable () {
        unsucked = true;
    }

    void Suck() {
        unsucked = false;
    }

    void CheckAndSuck() {
        if (unsucked) {
            Suck();
        }
    }
};

Sorry for making you see c++, it's the language I'm currently using. This program compiles on my machine and doesn't use global variables.

Could be inside a class for something to be sucked, making unsucked a variable for the class. CheckAndSuck would be a better name for the function. I don't think the meme needed a code audit but here I am.

It's too early in my day to be aware of how alone I am

I got accustomed to the options for tar and 7z. for find, I just pipe it to grep or use less to search for something. It just takes time the first time you run it

I don't think coding in C is basic stuff, depending on the IDE, you can learn about using the terminal, compilers and if the course gets far, memory allocation, a really important tool in Linux programs.

Real MEN don't touch their buttholes, they use a bidet. Check out now biMAN, equipped with a power hose so no grime gets left behind.

[-] programmer_belch@lemmy.dbzer0.com 282 points 4 months ago

The autopilot will turn off just before hitting them to make you liable anyway

view more: next ›

programmer_belch

joined 1 year ago