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.
Casey Muratori
These are exactly the kinds of questions that I have no idea how to answer because it involves th…
»
Casey Muratori
As a side note, the "correct" way to do this is not to change the virtual function to a switch st…
»
Marc Novakowski
kiswa It's funny though, because when we have annual reviews and they ask how I want to advance m…
»
Andrew Chronister
So previously when we were working with DirectSound (intial setup) we used the SUCCEEDED() macro …
»
Matt Ross
marcn I started programming about 30 years ago when I was 10 years old, and am now a professional…
»
Casey Muratori
Yes someone pointed this out in a prior thread but of course I can't fix it until Monday :( Kill…
»
Andrew Chronister
No, this is actually correct - I tested this on my local build and this fixes the problem Casey h…
»
Andrew Bromage
This has nothing to do with the question, but does everyone love the sheer irony of ERROR_SUCCESS…
»
Troncoso
The only gamepad I have is a Dualshock 3, so I grabbed the XInput wrapper for it, installed it, a…
»
Andrew Chronister
This may be true, but I believe sometime during day 19, Casey tried adding this flag and it didn'…
»
Andrew Bromage
@cmuratori: "Actually virtual function dispatch is a major problem on a number of platforms becau…
»
Andrew Bromage
Yup. I've been in the business for over 20 years (though programming for a lot longer than that).…
»
John Meyer
Hi! I'm having an issue with the code for day 16 where my keyboard won't respond to input. The Xb…
»
zenmumbler
The versions on the release page (0.13 and 0.14) are now signed. The coming week I'm going to wor…
»
Marc Novakowski
I started programming about 30 years ago when I was 10 years old, and am now a professional softw…
»
Jeff Buck
@zenmumbler, I was wary of installing the tattiebogle experimental unsigned kernel extension, bu…
»
ben
Not necessarily relevant to MSVC, but according to this old thread gcc and llvm require at least …
»
Roderic Bos
Should row 1055 to 1057 not be like this: 1 2 3 4 DWORD ExpectedBytesUntilFlip = (DWORD)((Secon…
»
Jeff Hutchins
This is great! I much prefer it. Thanks.
»
Filip
I work at a research institute with visualization which is similar to games in many ways. Used to…
»
Casey Brant
norswap I also wonder if there really are people who are typing the code along with the stream, a…
»
Adrian McCarthy
In the past, I've built executables without any CRT, and I've also run into the memset problem--n…
»
Mārtiņš Možeiko
Yeah, forgot about this "optimization". Probably because of optimizations compiler removed some …
»
Adrian McCarthy
MSDN implies that, by default, the play cursor position reported by GetCurrentPosition may be ina…
»
norswap
Kudos! That's nice to know and I bet it will useful later on.
»
norswap
It's still relevant. It is especially popular for its interesting code snippets and exercises tha…
»
norswap
I'm a PhD in computer science. Whether that counts as a developer is up to you :) One question t…
»
norswap
+1 For the code monkey of epic programming success. Also see this song by Jonathan Coulton (of "…
»
Paul
Looks like you could use amd64 or x64. Here's an excerpt from the vcvarsall.bat: if /i %1 == amd…
»
Casey Muratori
That does not sound right to me - I guess it is theoretically possible that the _import library_ …
»