User profile: DizzyD23

User info
User name:DizzyD23
History
Joined:
Number of posts:4
Latest posts:

I need help with a function.
[code] void removeNumber(int *& arrayPtr, int number, int &size) { if (check(arrayPtr, number, si...

Help with arrays and pointers. (Skipping an element/index while copying)
When copying one array to another how could I go about skipping an index/its element? I'm incredibly...

Please help (Pointers, Arrays, Dynamic Memory Allocation)
Whenever I run the program a pop-up message appears and says that there was a debug error

Please help (Pointers, Arrays, Dynamic Memory Allocation)
I'm finishing this program that adds to and removes from and array using pointers but and I have fig...