In addition to what mmozeiko wrote:
I prefer to point the API to allocation/deallocation functio…
robby —
JohnL I do not have VS3015 installed (yet). But I suggest you replace fabs with fabsf in line 64 …
I do not have VS3015 installed (yet). But I suggest you replace fabs with fabsf in line 64 of han…
robby —
Hi,
when compiling with latest VS2015 (i installed it since i installed a new W7 because my old …
people —
jeez, it would have been nice to know about fnmatch or glob.
I couldn't find something to match …
glob? http://linux.die.net/man/3/glob
Does anybody have suggestions to make the Linux version of GetAllFilesOfTypeBegin and OpenNextFil…
Gradle rubs ndk in his compilendk phase, but he doesn't use the mk files and instead generate the…
Orso's loop is the cleanest. There's no redundancy, and it's easy-to-understand. It's hard to c…
I prefer API to delegate memory management to me. Because then I can control where objects will l…
At the very least, don't start anything of your own before around episode 25. That's where you'v…
Actually you don't need to install Xcode app to get compiler on OSX. You can get clang compiler a…
If you're just looking to learn without the clutter of Xcode, it's possible to follow the SDL2 "H…
I posted a rather poorly-worded question on today's episode about a tradeoff between persistent d…
Hello all,
TL;DR -- Want expert advice on how to start with the series and some design guidance…
So you can upload individual files to data/data/package/lib folder just fine?
But function point…
If I am to do this series, I think I should stick to C rather than a stripped down C++.
I comple…
I should have dlopen from the data/data/package/lib directory, and that's was not even the hard p…
I personally prefer C99 over C11. C11 does add some nice features but not that much particularly.…
everything works now, thanks.
There is no similar tutorial for OS X (as far as I know).
However. you can follow HMH on your OS…
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…
Edit & Continue is not useful for me either. When I need it, I actually need to create a new …
Casey at the beginning gave a very brief introduction to C. It is not a comprehensive series but …
i put my new so lib in the /lib/armeabi-v7a installed successfully(wasting some time there) and d…
Everybody hates UTF-16 :)
What JohnL suggests is exactly what I do in my code - keep everything …
If you're just looking for a "for" loop, no matter how ugly, you can still do it, it's just awful…
I despite UTF-16, so I don't know... I'll think about it :P
- Casey