Hi guys,
I am brand-new to pointers and c++. I want to do simple program to capture some 5 surnames of people(employee s) - using array and pointers. Well I understand a bit of arrays and I know how to loop through.
How can achieve this? This holds the key to my understanding how pointers work and can be used with char or strings.
Many thanks
I am brand-new to pointers and c++. I want to do simple program to capture some 5 surnames of people(employee s) - using array and pointers. Well I understand a bit of arrays and I know how to loop through.
How can achieve this? This holds the key to my understanding how pointers work and can be used with char or strings.
Many thanks
Comment