Search:

Type: Posts; User: pascalbb

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    5,090

    Hello again, I use this code to rotate the...

    Hello again,

    I use this code to rotate the array, but I need some code to rotate it back.



    string temp = "";
    temp = cBlok[iBlokAantal - 1];

    for (int i = (iBlokAantal - 1); i > -1; i--)
  2. Replies
    8
    Views
    5,090

    Thanks all, I got it working.

    Thanks all, I got it working.
  3. Replies
    8
    Views
    5,090

    Who cares, I just need the strings in the char...

    Who cares, I just need the strings in the char array rotated.
  4. Replies
    8
    Views
    5,090

    Rotate char array

    Hello,

    I want to rotate an array, but I haven't had any luck yet. I want it like this:



    char array[3][4] = {'0'};

    array[0] = "haai";
    array[1] = "hiii";
Results 1 to 4 of 4