Ashley Hawkins

Author: ashley

  • Arrays and Pointers in C (and C++)

    by

    in

    Introduction to the problem This intro is quite long so if you don’t want to read it, just skip to the explanation. I have seen a lot of people get caught out by the differences between arrays and pointers. Some misconceptions include the idea that arrays are pointers, that pointers are arrays, or that arrays…