User profile: Oboher

User info
User name:Oboher
History
Joined:
Number of posts:3
Latest posts:

Modifing pointers in a function
It worked fine using the int order( const char * &C, const char * &B). This was passing the referen...

Modifing pointers in a function
I 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 address
I have this function to concatenate two const char*, but I'm having a lot of trouble managing to get...