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.
Mattie
Block is actually just the header for the following free space, not the free space itself. "Block …
»
Brendon
Why isn't it just "Block", why the extra "+ 1"? Isn't Block the thing you want to return? Here is…
»
Mārtiņš Možeiko
Virtual functions are the difference. In stand-alone case you'll need to make sure you call correc…
»
Bryan Taylor
Generally speaking, any minor syntactic difference boils down to personal preference. There is ab…
»
Christian
I could eat some BBQ :-) I'm in Seattle from friday at 6 PM until monday morning. Any recommendati…
»
Joel Davis
Use what works for you. I mean, dogmatically rejecting OOP is just as bad as dogmatically requirin…
»
Goobley
Hey, (I have read the other OOP topics on this forum, and elsewhere, but none of them seemed to an…
»
Jeff Buck
After an unanticipated extended hiatus, the native Mac OS X port of Handmade Hero is back up-to-da…
»
Mārtiņš Možeiko
No problem, glad I can help :)
»
Connor
Thanks for the information! That's what I needed to know! PS. I have noticed that you are answerin…
»
Mārtiņš Možeiko
DirectSound is based on C++ COM object model. This means having public abstract C++ class. And rea…
»
Connor
I accidentally deleted the InitDirectSound function when converting the from .cpp to c from my fol…
»
Tim
Thank you! Installing Visual Studio Community (aka VC 14.0) fixed the problem. I am now calling th…
»
Timothy McCarthy
When you add the resource you don't specify a bitmap. You specify a custom resource. In my 32 bit …
»
Pumpkin Sauce
Sorry I wasn't clear. I DO have a 32bit image, made in gimp. But when I clicked add resource and t…
»
Timothy McCarthy
Ah, I assumed you already had the 32bit image. You would load that image into the resource as a cu…
»
Pumpkin Sauce
@RomulusTFM It's kinda funny because when I did that I typed Bitmap when they asked me the type an…
»
Timothy McCarthy
I would look into adding the image as a custom resource. You then would use the LoadResource funct…
»
Pumpkin Sauce
Oh I've come to know that from the very first moment i used it, but my previous little game didn'…
»
Casey Muratori
Although it's not necessarily a good idea because some anti-virus software is stupid (OK, anti-vi…
»
Pumpkin Sauce
This is more of a general question and not really related to handmade hero but I hope it's ok I'm …
»
Asaf Gartner
I plan on eating there on Thursday, and if it's as good as Casey says, probably again on Friday. I…
»
AndrewJDR
It seems that many of us are going to miss the Campfire BBQ place at lunchtime on Friday since our…
»
Miguel Lechón
They're actually staying at the . As far as I know, I'm the only one staying at the Green Tortoise…
»
Timothy McCarthy
This is a C++ 11x change. It's a new initialization syntax...the details elude me at the present. …
»
Tim
Hello All, On Day 017 @ 1:34:00 we switch from: to I tried it out and it gives me the following er…
»
Marius Adaškevičius
The only reason I brought that up is because I don't want to misrepresent their opinions since I'm…
»
Jeroen van Rijn
Quite a are staying at the .
»
Timothy McCarthy
Just to be clear and above board. I don't know either Jonathan or Casey (or anyone else in this fo…
»
Marius Adaškevičius
That is correct, I meant int-like type where you don't want to specify its range. s64 is probably…
»