We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
ratchetfreak
Part of the problem is that people will overuse the shiny new hammer they've been handed. At it's…
»
pragmatic_hero
What do you mean? Correct me if i'm wrong, but the way coroutines are used is - You can alway…
»
pragmatic_hero
C has cost software industry gazillions of dollars. Directly and indirectly. The monstrosity whic…
»
Mārtiņš Možeiko
You should ignore dependencies of system libraries. kernel32.dll will always work, so there's no p…
»
naej
Hey Martin, The only dependency that appears is KERNEL32.dll, which is odd because from the depend…
»
Mārtiņš Možeiko
So what exactly dll files your binary depends? To see exact names launch following command in comm…
»
Jesse James Lactin
[/quote] The only thing I don't like about Duff's Device-based coroutines in that they hijack swi…
»
naej
Hello All, Bit of a newbie here following along, I'm on Day 21, live code editing and I'm running …
»
Abner Coimbre
my preferred way to keep track of where you came from. What? Weren't we enjoying ourselves?
»
ratchetfreak
coroutines are fun but it's a very obvious case of moving complexity elsewhere and with the cost o…
»
Jesse James Lactin
I've been toying around with setjmp/longjmp (SJLJ)-based coroutines for the last week or so, and I…
»
novus1044
Steve, I think that the sheer number of & and &mut would be totally context dependent. I would sus…
»
Shazan
I found another bug Here's collision resolve code [/code] I can't figure it out. And how do you …
»
a_dreamer
@royh Thank you so much, I don't work with batch that often so the information was super helpful. …
»
novus1044
I agree with you CapatainKraft that the borrow checker does become less burdensome over time. Also…
»
Jeremiah Goerdt
cough cough You said it, not me. :-)
»
Jeremiah Goerdt
I would imagine that wrestling with the borrow checker is something that beginners of the language…
»
royh
Whitespace is significant in the 'set' lines you have. The first line defines the variable 'Common…
»
a_dreamer
Hey so I've been following along quite closely with casey and I'm on week 4 day 017. I'm having tr…
»
Timothy Wright
Here are some more great resources... Make sure you run the javascript and read the code
»
Shazan
I guess it was a rendering bug. Now the issue is about resolving velocities after collison and jum…
»
Shazan
Thank you for your helpful guidance. I have implemented AABB collision but it seems buggy. Here's …
»
erpeo93
There are 4 options on the keyboard, I tried with all of them, but the old firware was bugged wit…
»
Mārtiņš Možeiko
It's a feature, not a bug:
»
ratchetfreak
You can't really go deep into this discussion without mentioning RAII In C++ it's kinda horrible w…
»
novus1044
I recently dabbled in Rust and noticed that the explicit nature of ownership (Box pointers) really…
»
erpeo93
@Leonardo, care to tell us what keyboard this is, so we can avoid it? lol[/quote] ahahahahaha, it…
»
Tom
@Leonardo, care to tell us what keyboard this is, so we can avoid it? lol
»
Mārtiņš Možeiko
This is just "amazing"... keyboards nowadays don't work properly anymore and require software upda…
»
erpeo93
If your keyboard has fancy macros or functions check that there isn't something going on there (o…
»