Delete function in C++So it is just a coincidence that it output a 5 for both p1 and p3? Edit* sorry the p1 = NULL wasnt ...
Delete function in C++[code]#include <iostream> #include <string> using namespace std; int main(void) { int *p1; ...
HELP! sorting string alphabeticallyI am trying to sort the strings in array 'city' in alphabetical order. I am also re-arranging the co...
comparing array of charssimple question, simple answer. Thanks big help.
comparing array of charsfor some reason using this syntax wont work [code] char array1[6][15]; char array2[6][15]; cin>>arr...
This user does not accept Private Messages