That is actually the sort criteria we end up deciding to try, assuming I'm interpreting your list …
If you do an out of range read, the read will fail. The fail is indicated as a zero return value …
There should be no differences between using VS2013 and VS2015. I tried with both of them and it p…
Jason —
I found the problem. It was really a confusing issue because my bytes written/read were right, the…
The x-axis isn't inverted and it is working as Casey saw it working too; it just looks that way be…
Hi fellow coders, On running the code for Day 006, I find that while the y-axis is fine, the x-axi…
/Robert[/quote] Nearly every language that isn't C uses some kind of pointer+size struct for stri…
Thanks! I was actually thinking about having a string struct that keeps track for the string lengt…
I currently have macros for defining the data structure for each type ie. #define DEFINE_DynamicAr…
In name of robustness I'd have read a char on either side of the cursor and made sure there was an…
Mór —
That feature appears to have been added I've been demoing it and like it so far, but I'm no expe…
Here's one I use all the time, just switches a period to an arrow or vice versa. } [/code]
I just finished episode 299 and have a (probably wrong) solution to the sort issue. Can anybody g…
Jay —
Thanks Casey. It was the rogue is in rectangle call during begin sim. You fixed if a couple episod…
There is no real need to use templates (or something meta programming) at all. If I'd need to use …
Do you just use some sort of void pointer approach? Do you use macros to approximate templates (I …
I'm not sure you need pool types (but it may be a good idea, I don't know). And pool is not the ri…
Jake —
Hey guys, longtime listener, second-time caller. In my spare time after work, I've been chipping a…
We definitely have fixed some bugs regarding pack/unpack, but I'm not sure if they're the one you'…
It might help to know what your focus is. I am assuming games at this point. If you like c/c++, yo…
Looking at this image, it looks like they might have included some normal maps for the player spr…
Jay —
I've just finished going through episode 280 where Casey finishes up streaming entities and packin…
Hey I currently use HTML canvas and JavaScript to develop web based but I'm not really loving that…
The biggest point he's moaning about is that null termination requires a loop to find out how long…
I didn't see that one. When I had a look through the header files I think I was focusing on words…
Hi! I'm working on a small program to keep track of my economy. I can get excerpts from my banks w…
Are you familiar with the function "buffer_read_range"? It lets you read out text from an arbitra…
I wouldn't really say that a 2D fighting game requires complex lighting (I could be wrong - never …
from also comes to mind. It's a CPU/GPU profiling tool written in C that consists of one .h and …
I am currently working on Handmade Fighter, and I am now trying to figure out the lighting system …