bubble and selection sorting using dynamic arrayBetter?
bubble and selection sorting using dynamic array[code]# include <iostream> using namespace std; void bubbleSort(string *names, int &i); void sele...
Pointers and PalindromesOkay, so I changed it and attempted char pointers and it's going okay so far. Does it look like I'...
Pointers and PalindromesI need help with homework assignment for my Computer Science 2 course. We are learning about pointer...
This user does not accept Private Messages