Modifing pointers in a functionIt worked fine using the int order( const char * &C, const char * &B). This was passing the referen...
Modifing pointers in a functionI have a function to order some constant char arrays. I did this to order an array of numbers and i...
cout a char* function only prints addressI have this function to concatenate two const char*, but I'm having a lot of trouble managing to get...