Search:

Type: Posts; User: Kettch

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,580

    Thanks!! I'm fairly new to C/C++ and I haven't...

    Thanks!! I'm fairly new to C/C++ and I haven't fully explored the libraries.. this was all I could come up with on my own :0
  2. Replies
    2
    Views
    1,580

    Problem with strncat() function (newbie)

    In my search to create a program to convert C++ strings into C chars, I came across this funtion.


    char *strncat(char *string1, char *string2, size_t n) - Append n characters from string2 to...
Results 1 to 2 of 2