User: Rampie12

  • Public profile

User profile: Rampie12

User info
User name:Rampie12
History
Joined:
Number of posts:40
Latest posts:

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 alphabetically
I am trying to sort the strings in array 'city' in alphabetical order. I am also re-arranging the co...

comparing array of chars
simple question, simple answer. Thanks big help.

comparing array of chars
for 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