Search:

Type: Posts; User: Cloud@CNET

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,515

    For Loop Question

    I encountered this problem when going over some walkthrough's.




    for (i = 1; i + k < len; i++)
    {
    for (j = i; s[j + k]; j++)
    s[j] = s[j + k];
  2. Replies
    3
    Views
    1,047

    Thx for the help.. :)

    Thx for the help.. :)
  3. Replies
    3
    Views
    1,047

    Strings Help!

    How would i go about placing a String a user enters, and placing it into a specific location in the array name? So when name[2] is called, it will display the string or when name[3] is called it will...
Results 1 to 3 of 3