Search:

Type: Posts; User: Blk

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,052

    Alright I'll try it out and fiddle with it a...

    Alright I'll try it out and fiddle with it a little more, thanks.
  2. Replies
    6
    Views
    2,052

    It's for the users benefit to display the number...

    It's for the users benefit to display the number and the cell they are located in. The data does not need to be saved for later.

    Would the printf just go in my if statement like this?


    ...
  3. Replies
    6
    Views
    2,052

    I want all the numbers that are the same e.g. ...

    I want all the numbers that are the same e.g.

    1st array 11 22 33 44 55 66 etc.
    2nd array 43 96 33 23 52 66 etc.

    Giving me 33,66.
    Would I have to put it in a loop or if statement?
  4. Replies
    6
    Views
    2,052

    Need help with a functions/arrays.

    Somewhat a beginner, I'm trying to make a program that separates 50 integer numbers into two separate arrays(with 25 each naturally). I then need to make a function that takes the two numbers and if...
Results 1 to 4 of 4