When using pointers one big problem that can end up happening is memory leaks. This happens when the programmer allocates memory on…
Now that I have set up SDL I have been learning how to use OpenGL to do graphics rendering…
C Pointers are a type of variable used to store memory addresses of other variables. These pointers are typed…
A binary number is a number that is represented in a base-2 system. These binary numbers use only two symbols to represent data…
Floyd’s cycle-finding algorithm is famous for detecting if a linked list contains a cycle. This…
Hello Readers, 👋
Binary is a numbering system with two possible values 1 or 0. Using the 1’s and 0’s the computer can represent numbers using different patterns…