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.
Sebastian Colorado
It doesn't sound like the scratching from the background music, it sound like the skipping toward…
»
Andrew Bromage
Useful link.
»
Ginger Bill
I have read through that series before and it is by no means for a beginner. I know it is "Learn …
»
Dumitru Frunza
Slightly off-topic - I find this resource : http://c.learncodethehardway.org/book/ well writte…
»
Jim R. Didriksen
If the scratching is similar to this https://www.youtube.com/watch?v=B20JEo6Dh6s then its probabl…
»
Sebastian Colorado
I've been trying to copy everything down exactly as Casey does in the videos but I'm sure I've ma…
»
Mārtiņš Možeiko
Now go publish this and claim your million-dollar prize: http://www.claymath.org/millennium-probl…
»
Timothy McCarthy
I think there is a transcription problem here. The code you posted does not match the original co…
»
Sebastian Colorado
Fixing that still doesn't work. Stepping through the code, it looks like when BytesToWrite is 0 o…
»
Ideal
To have a “wormhole” you need a worm to dig it. If no worm, no hole either… In short this is the…
»
Timothy McCarthy
You may have a problem with the call1win32FillSoundBuffer(&SoundOutput, 1, SoundOutput.Second…
»
Sebastian Colorado
Thanks for catching that but after fixing it, there are still skips and the buffer still doesn't …
»
Ginger Bill
Sadly no. I am planning a new series to teach programming in C for total beginners. Also I have a…
»
popcorn
It's fine, I think. Anyways, Are you still making these videos?
»
popcorn
hmm I think in your win32FillBuffer, you forgot to times t by 2.0 and PI 1 float t = (float)Sou…
»
Sebastian Colorado
I've been pulling my hair out trying to figure out what I did wrong here. I've been following alo…
»
Ginger Bill
I would only recommend watching the later videos are the blackboard only videos. I do not like wh…
»
popcorn
There are a lot of series to follow! Since this one is in C++ and 3D, I will follow and watch it,…
»
Vijay Varadan
cmuratori Your e-mail address doesn't matter at all. You just need to go to your SendOwl downloa…
»
Ginger Bill
It really depends on what you want. This is why quaternions in games a funny subject. I have a ph…
»
ratchetfreak
It's just some things that I would like to see. I was debating also mentioning that you don't ne…
»
Ginger Bill
For unaligned access on x86(-64), it seems that depending on the specific architecture. For some,…
»
Raxfale
Hmm, I think I would argue that for only an extra line or two of code you could treat alignment i…
»
Mārtiņš Možeiko
Well it depends on your target. If you are coding for micro-controllers (Cortex-M0 or something e…
»
Andreas
As Jim suggested, I also prefer a more pragmatical approach to teaching, do first, explain later.…
»
Raxfale
Good to know, one less thing to worry about :). Do you know if there is a performance hit ? (I ha…
»
Mārtiņš Možeiko
raxfale Fortunately, Intel hardware pays no penalty for non-aligned access. But on other systems,…
»
Ginger Bill
I did not cover this as these videos were originally part of my Dunjun and series and just videos…
»
Raxfale
While not a case of strict-aliasing, another potential problem with these types of casts is non-a…
»
ratchetfreak
There are a few thing that you should at least cover if you are talking about quaternions to use …
»