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.
Adam
Hi guys, Big fan of the series. It's really the sort of thing that gets me enthusiastic about pr…
»
Ginger Bill
Edit & Continue is not useful for me either. When I need it, I actually need to create a new …
»
Ginger Bill
Casey at the beginning gave a very brief introduction to C. It is not a comprehensive series but …
»
The_8th_mage
i put my new so lib in the /lib/armeabi-v7a installed successfully(wasting some time there) and d…
»
Mārtiņš Možeiko
Everybody hates UTF-16 :) What JohnL suggests is exactly what I do in my code - keep everything …
»
Casey Muratori
If you're just looking for a "for" loop, no matter how ugly, you can still do it, it's just awful…
»
Casey Muratori
I despite UTF-16, so I don't know... I'll think about it :P - Casey
»
John Lorre
There's a thing about the new Platform API that really irks me. And that is the usage of the *A f…
»
Mike T
@Orso: I was thinking of this... 1 2 3 4 5 6 7 8 9 10 11 HANDLE Handle; WIN32_FI…
»
Kim Jørgensen
Thank you Orso. Neat, but I am looking for a solution that works on Linux. /Kim
»
Francesco
I'm a couple of episodes behind so I don't know if this bug has already been resolved but the pro…
»
Moris
A possibly cleaner way to use Win32 FindFirstFile/FIndNextFile APIs: 1 2 3 4 5 6 7 8 9 …
»
Casey Muratori
Thanks man! We have to take a spin through that code because we've got other issues too, so I wi…
»
Kim Jørgensen
OK, I did it! I implemented the platform file API for the SDL port. See this link. I am using a …
»
Mox
In the calculations for the Sample pointers for each channel, the int16* SampleAt is incremented …
»
Kim Jørgensen
I know that the usage code should guide how the API is defined but I find the need to loop over a…
»
Mark Dally
Nope! That fixed it, thanks a ton.
»
Mārtiņš Možeiko
Did you add linker options "-EXPORT:GameGetSoundSamples -EXPORT:GameUpdateAndRender" ? Alternati…
»
Mark Dally
I'm having trouble replicating the dynamic code loading from episodes 21-23. I'm able to success…
»
Mārtiņš Možeiko
Never found it useful. I have seen it break in very strange ways - it looks like you are debuggi…
»
AndrewJDR
A heads up, VS2015 now supports x64 Edit and Continue: http://blogs.msdn.com/b/vcblog/ar...ntinue…
»
Casey Muratori
Yeah, I am breaking the source code into batches of 100, so that people with slower internet conn…
»
Casey Muratori
Well, the reason it that we have some constraints on our bounds, because we need to ensure that e…
»
Casey Muratori
Thanks for the heads up either way - it's always better to point out potential bugs here, even if…
»
Casey Muratori
Oh man - Martins, that is even worse than I thought :( Such a total fail. - Casey
»
Andrew Chronister
To reiterate some points already expressed in this thread -- Software as it exists today is defi…
»
Mike T
In Episode 152, Casey explained more detail on API design and writing the usage code first. I was…
»
Mārtiņš Možeiko
When I'm using youtube-dl it downloads video with my maximum Internet speed. I don't see how usin…
»
Ameen Sayegh
I am interesting in how youtube-dl extract the URL of a YouTube video. I looked at the source cod…
»
Andy
Thanks!
»