Search:

Type: Posts; User: tianwu

Search: Search took 0.01 seconds.

  1. is there any other way of doing this? i mean the...

    is there any other way of doing this?
    i mean the concept of moving the number with the blank...this is one of my friend's concept of moving the number, I couldnt use it due to the plagarism......
  2. 11156 this is the example... Hope someone can...

    11156

    this is the example... Hope someone can help me thank you :(
  3. need help in swapping puzzle contain of the array...

    eg: i have a 4x4 2D-array, with all of the random generate number inside it and the 0 number in the array will be the blank, and i wish to swap the number which i want to move with 0, how do i write...
  4. Replies
    14
    Views
    2,804

    how if i want to make it only 4by4 2D-array? i...

    how if i want to make it only 4by4 2D-array? i tried your code it works but it doesn't print me a 4by4 2D-array... could you give an example of 2d 4x4 array code? thank you
  5. Replies
    14
    Views
    2,804

    what i mean is, let say now im doing my 4by4...

    what i mean is, let say now im doing my 4by4 array,and then i want to generate the number from 0 - 15 without repeating, how do i generate it in C?
    everytime i restart the program it will be...
  6. Replies
    14
    Views
    2,804

    howi if it's 2d- array? how do i shuffle it??

    howi if it's 2d- array?
    how do i shuffle it??
  7. Replies
    14
    Views
    2,804

    hi there, it doesn't work for me :( Is there any...

    hi there, it doesn't work for me :(
    Is there any other method that can randomly generate the unique number(no need in ascending or descending order) just messy and put inside 4 by 4 array...
    beside...
  8. Replies
    14
    Views
    2,804

    i seriously need help for my assignment :(

    my program is about the sliding puzzle game...
    Firstly, I need to generate a random number from 0-15 randomly and each of them are unique(no repeat) assign into a 2D-array..


    #include <stdio.h>...
Results 1 to 8 of 9