Search:

Type: Posts; User: Davospike

Search: Search took 0.01 seconds.

  1. A function to count the amount of unique chars in a 2D array

    I'm attempting to create a function that counts the number of unique characters in a 2D char array (even if 'a' occurs 4 times, it just counts it as one occurence) and the function returns true/false...
  2. Replies
    1
    Views
    4,375

    2D Array sorting

    I'm attempting to sort a 2D array in a pa rticular way but I'm stuck. The details are:

    Part 1:
    Write a function that fills up a square board, randomly, with an integer 0: : : 9. Use a:
    #define...
Results 1 to 2 of 2