November 29, 2019games The Little Book Of Adventure Game Programming Our newest book is The Little Book Of Adventure Game Programming. This provides a step-by-step guide to creating a retro text adventure […]
July 29, 2019C, programming, video C Pointers Explained in 3 Minutes You can’t get away from pointers in C. Programmers familiar with other languages in which you never (or very rarely) see pointers […]
July 15, 2019programming, techniques Debugging Recursive Programs If you are trying to understand recursion, I strongly advise that you step through your code using a good debugger. In this […]
July 13, 2019programming, techniques Recursion For Programmers Recursion is a powerful – in fact, an essential – technique that all programmers need to be comfortable using. But initially it […]