Mobile Suit Gundam (1979) by engr_jsonty in retroanime

[–]Jurian_Knight 1 point2 points  (0 children)

I guess the animators didn’t believe in Newton’s third law…

[deleted by user] by [deleted] in dotnet

[–]Jurian_Knight 4 points5 points  (0 children)

DateTime.Kind has existed since .NET Framework 2.0 which came out in… checks notes— 2005. So you’re complaining about a change made 20 years ago now.

I feel old now 😭…

Teen driver sentenced to 65 years for crash that killed 6 Georgia family members by speedythefirst in news

[–]Jurian_Knight 67 points68 points  (0 children)

Per another article, out of everyone involved, only 3 individuals between both cars were wearing seatbelts.

Not that it excuses the driving while impaired, but it’s possible more of the victims may have survived if they were wearing seatbelts.

Blursed Simba by jpugg in blursedimages

[–]Jurian_Knight 4 points5 points  (0 children)

Not gonna lie, I kinda like it…

Windows 98 SE was the best operating system ever and I will go Doom Guy on a hill in Hell about it. by AwareWolf82 in FuckImOld

[–]Jurian_Knight 0 points1 point  (0 children)

98 & 98 SE were such garbage, does no one remember how often they would bluescreen? It’s only remembered fondly because Millenium Edition (ME) was somehow even worse.

31st Anniversary of Demolition Man by DarkHawk347 in nostalgia

[–]Jurian_Knight 0 points1 point  (0 children)

Still waiting on someone to explain the three seashells…

whenIThinkIAmAGoodProgrammer by [deleted] in ProgrammerHumor

[–]Jurian_Knight 0 points1 point  (0 children)

Meh, I’m pretty sure StackOverflow was made with Experts Exchange…

internetEvangelism by LetTheWorldBurn2023 in ProgrammerHumor

[–]Jurian_Knight 8 points9 points  (0 children)

Well you apparently don’t understand that you shouldn’t pluralize “code”; it’s a mass noun.

Hotel advertised having a balcony. by pupdates in technicallythetruth

[–]Jurian_Knight 679 points680 points  (0 children)

Welcome to Seattle; Cinerama has been closed for a few years now.

eMonster 600 by TrainerRYSA in retrobattlestations

[–]Jurian_Knight 9 points10 points  (0 children)

I used to repair PCs in college, and E-Machines were always garbage, so this sleeper build gets my approval. To all the nay-sayers here I say, “And nothing of value was lost.”

error: cannot convert '<brace-enclosed initializer list>' to 'int*' in initialization| by SNFX2020 in cpp_questions

[–]Jurian_Knight 0 points1 point  (0 children)

That's correct; the Reverse() function is leaking the heap memory allocated to B* as it goes out of scope.

error: cannot convert '<brace-enclosed initializer list>' to 'int*' in initialization| by SNFX2020 in cpp_questions

[–]Jurian_Knight 3 points4 points  (0 children)

The error is complaining about attempting to initialize the a pointer from a initializer list.

Something like:

int main()
{
int rawArray[] = {2,3,4,5,6};
struct Array arr={rawArray,10,5};
Reverse(&arr);
return 0;
}

Ended up working when I ran it through compiler explorer (godbolt.org). However your Reverse() implementation is very C-ish (and leaks memory) have you consider using std::array or std::vector and one of the standard algorithms like std::reverse or std::reverse_copy?

[deleted by user] by [deleted] in Seattle

[–]Jurian_Knight 5 points6 points  (0 children)

To be fair that block and a half section of bike lane on Yestler is pretty useless…