Handmade Network»Feed
Neil Blakey-Milner
At the very least, don't start anything of your own before around episode 25. That's where you'v…
»
Mārtiņš Možeiko
Actually you don't need to install Xcode app to get compiler on OSX. You can get clang compiler a…
»
drjeats
If you're just looking to learn without the clutter of Xcode, it's possible to follow the SDL2 "H…
»
noxy_key
I posted a rather poorly-worded question on today's episode about a tradeoff between persistent d…
»
petradragon
Hello all, TL;DR -- Want expert advice on how to start with the series and some design guidance…
»
Mārtiņš Možeiko
So you can upload individual files to data/data/package/lib folder just fine? But function point…
»
Misu Popescu
If I am to do this series, I think I should stick to C rather than a stripped down C++. I comple…
»
The_8th_mage
I should have dlopen from the data/data/package/lib directory, and that's was not even the hard p…
»
Ginger Bill
I personally prefer C99 over C11. C11 does add some nice features but not that much particularly.…
»
»
The_8th_mage
everything works now, thanks.
»
Misu Popescu
There is no similar tutorial for OS X (as far as I know). However. you can follow HMH on your OS…
»
Misu Popescu
IMO, people should teach C with a C compiler when they claim to teach C. Otherwise, things will j…
»
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.
»