In our first part on pointers, we covered the basics and common pitfalls of pointers in C. If we had to break it down into one sentence, the main principle of pointers is that they are simply data ...
Despite how much my C has improve lately, I don't know what the problem is here. The math all works, and I've debugged that the code is actually being hit. Short story: In the code below, after I set ...