Thanks guys, all useful info! Sounds like I will have plenty of decades to keep piling up knowledg…
You can in fact have a normal square grid which has a spherical topology instead of toroidal. The …
Well, yes, that's technically true. But like you said, a PITA. ;) So for all purposes, you wou…
Actually this is not true. You can write application fully in C interacting with Cocoa/UIKit API …
I don't know why the fact that void * was C++ only stuck in my mind, I swear I though Casey said …
I'll suggest this one: Really nice reference, contains lots quick recipes like "How do I intersec…
A typical "modern" C++ program would be object oriented, avoid raw pointers (any pointers we use h…
Thanks Flyingsand! I don't know why the fact that void * was C++ only stuck in my mind, I swear I …
If you're talking about this assert: Is handled some time later (day 20) and replaced with:
void *pointers -> C++ function overloading -> C++ classes -> C++[/quote] void* is not a C++ featu…
Hello guys, first of all: a huge Thank You to Casey for doing this. I missed the C64/Amiga coding …
I'll bite. GC does what it's designed to do, and works just fine. It's just that languages based …
Yes. Only version of OpenGL that supported fixed point was OpenGL ES 1.0, and even that had profi…
This is not my code, thank Juraj Novák for this website. But in essence, this is a really cool [j…
Aaron —
Oh, right, the macro. Brain appears to be running out of energy. Yeah, I just reconfirmed that com…
macro expands to two arguments: Oh, compile takes long. I though running CoCreateInstance takes …
Aaron —
Yeah, I have. Only difference I see between our implementations is that you only pass CoCreateInst…
You can try compare your implementation with my WASAPI code to find differences: For me CoCreateI…
Aaron —
I did some experimenting and tried to implement sound with WASAPI instead of DirectSound. For some…
Daniel —
Can we please, please have a female character option? The lack of female characters in games (that…
I've been coding along on YouTube and I'm at the end of HH Day 019, but I have an issue related to…
That link should be put somewhere in the sidebar for better clarity. I wondered if this is possibl…
You can search here: Unfortunately link to that address isn't put anywhere.
I was looking to find if there's a search function usually seen in forums, but I can't locate it. …
Assembly Language for x86 Processors, 7th edition March 2014 Excellent book!
Ouch. I didn't know that. I thought it also ran on PCs. I already follow MenuetOS. Thanks.
I think that for storing large positions in fixed point still makes sense today. Especially when y…
From what I understand it runs only on PowerPC or Amiga hardware. Not everybody has access to such…
Yes. It's the most interesting material I have found, and I am looking forwards to every bit of i…