👩💻 Join our community of thousands of amazing developers!
When I was coding in C/C++ it was imperative to understand type. If you didn’t, you would get into a lot of trouble with both the compiler and running your code. Regardless of the language, type touches every aspect of programming syntax. A good understand of types and pointers is critical to good programming. This post will focus on type. Take these bytes of memory for starters: FFE4 FFE3 FFE2 FFE1 00000000 11001011 01100101 00001010...