Search:

Type: Posts; User: BatchProgrammer

Search: Search took 0.00 seconds.

  1. Problem solved!

    Thanks for all you help guys! This is the program I came up with
    at the end.


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    int Concatenate(char * Destination, char *...
  2. I know it isn't large enough, I was trying to...

    I know it isn't large enough, I was trying to make it pop up an error message...
  3. Well, this doesn't pop up my error message when I...

    Well, this doesn't pop up my error message when I wrote this code though with sizeof :


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    int Concatenate(char * Destination, char *...
  4. How do you find the amount of space in a char array?

    Please help.
Results 1 to 4 of 4