Well ackshually <<std::endl is not the preferred way to do it according to the C++ Core Guidelines https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rio-endl
So to be a good little lemming I’ve added a \n, but I refuse to flush!
Well ackshually <<std::endl is not the preferred way to do it according to the C++ Core Guidelines https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rio-endl
So to be a good little lemming I’ve added a \n, but I refuse to flush!
The best book I’ve ever bought on programming, and the second best book I bought for a class in uni, was https://dl.acm.org/doi/book/10.5555/1824214 it may be worth checking out on libgen and buy if it suits your needs.
Whenever I do low-level programming on the AVR architecture, I’ll make a memory map. As in I’ll map out where I’ll put what. It may not be suitable for more complex programs, but it does the job for me. And it has enabled teamwork in assembly in the past.
If you want to work in a language that doesn’t offer memory management, but manually mapping memory isn’t feasible either, how about building your own memory management? Or perhaps use an RTOS? I’ve used freeRTOS before on various arm-based micros, and it does take a bit to get started, but after that it’s easy sailing.
Sorry for the following tangent, all semi intelligent content in this comment is found above this line.
BTW I tried CoOS once, I wouldn’t recommend it… OK it was 12 years ago, I can’t remember exactly what was wrong other than the documentation was crap, but I don’t need to remember why to hold a grudge.
int main()
{
std::cout << "C++ is simple and fun ... you cretin\n";
return 0;
}
I had a machine language course in uni, parallel with a C++ course. Not a fun semester to be my wife, or a relative of any of my classmates. Best case our brains were in C++ mode, worst case you needed an assembler to understand us.
And yes I know my code format will piss people off, I don’t care, it’s the way I write when other less informed people don’t force me to conform to their BS “Teh oPeNiNg bracket shouwd bwee on teh sam line ass teh declawation”
Edit: added a \n for the sake of pedantry :)
Well, I was in doubt, so I asked the AI whether I could trust the answers and it told me not to worry about it. That must mean that I only get accurate answers, right? /s
I don’t know to what extent law enforcement would go to catch a pirate in Denmark. But a guy just got 30days for seeding about 800 movies, so I’m not taking any chances. If I was ever to use p2p, and this is purely theoretical, I would find a public (or open private) wifi, use an external wifi adapter and a virtual machine that doesn’t contain any personal information.
Do you trust your seed box provider to not rat you out? Or at the very least not have identifying information on you that will be seized in a raid?
How do you do this with zero trust towards any provider? I mean unless you hijack a neighbors wifi, any provider can fuck up their OPSEC and get you burned.
There is a solution, it’s called insurance. I know that you wouldn’t get your family heirlooms back, but neither would you being armed but not home.
I know the other guy wouldn’t say it, so I’ll go ahead and do it: you sound like you’re out for revenge, but you don’t know on whom to exact it. I fear that you could end up shooting a porch pirate in the back while claiming self defense.
Not OP check out my username for an idea of where I live. Besides a bit of gang on gang action in our capital, violent crimes are extremely rare. It’s maybe once a year that police have to shoot at a person, and even then police officers will assess the situation and if possible not go for center mass.
Note how I left out theft. That’s because you can’t directly use violence to protect property.
No, I’m married, I don’t do offline pron
DownThemAll is one of those extensions which get installed immediately for me. If I didn’t have DownThemAll and uBlock origin, I’d might as well just use edge smh
Come on! I’ve stopped logging on as root, can’t we just leave it at that?
Are we eventually gonna get more fusion […]
Either you mean fission, or the “more” could be omitted.
If you think this is bad, then you haven’t tried navigating the MS academic offerings. Over the last 10 or so years, I think it’s been called “dreamspark”, “imagine”, “MSDN Academic Alliance” (I liked this one, it actually made sense), “MSDN AA”, and now “Azure Dev Tools for Teaching” or “adt4t” when talking with support.
rant mode ON
Everytime the name is changed, it seems something else changes (OK it’s a new product) and the way to access installers and activate it differs. I just want to teach, but every couple of years I have to spend days trying to figure out how to get my iso’s and how to renew the subscription. A couple of years ago, and mind you this was after I had had an active academic relationship with Microsoft for 8 years, and my predecessor even longer than that before me, we had to submit invoices proving that the school owned the domainname for our emails and website, as well as a letter from the ministry of education that we were licensed to teach this course.
The support staff is very professional and helpful, and we’ve always been able to resolve renewal issues. But each year we have to go through the process of getting through a maze of support pages linking to chatbots, to find the correct form to contact support. I think the link to support form had the text “Beware of the leopard”.
Why not just stick to what we’ve always been doing?
That’s the next step: drop all encrypted traffic.
Ok, go on then, tell the class what underfull hbox is. And no googling!
Not being allowed to remove an app has lead about two people to switch from windows in the last 10000years.
deleted by creator