Search:

Type: Posts; User: BatmaN77

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,853

    Noooo, that example was from a book. But thanks,...

    Noooo, that example was from a book. But thanks, I finally get it.
  2. Replies
    4
    Views
    1,853

    Thanks, but i don't really see the significance...

    Thanks, but i don't really see the significance of the '\0' in the while loop.
  3. Replies
    4
    Views
    1,853

    Pointers (die! die! die! )

    Could anyone spare some advice as to the function of that while statement at the bottom, esp. the "/0". Thanks.

    #include <iostream.h>
    int stringcopy(char *to, char *from);
    int main()
    {
    char...
Results 1 to 3 of 3