Search:

Type: Posts; User: hadi0x7c7

Search: Search took 0.01 seconds.

  1. Thread: Random Walk

    by hadi0x7c7
    Replies
    12
    Views
    2,932

    you'r right thats why it behaves incorrectly !...

    you'r right thats why it behaves incorrectly !
    Its more complex than it seems !
  2. Thread: Random Walk

    by hadi0x7c7
    Replies
    12
    Views
    2,932

    after some modification i ended up in this: I...

    after some modification i ended up in this:
    I can only take 26 steps [A-Z] and this prorgram should stop at most in 26 steps.

    // Random walk

    #include <stdio.h>
    #include <time.h>
    #include...
  3. Thread: Random Walk

    by hadi0x7c7
    Replies
    12
    Views
    2,932

    this is fault of emacs ;D

    this is fault of emacs ;D
  4. Thread: Random Walk

    by hadi0x7c7
    Replies
    12
    Views
    2,932

    its a program to simulate a rondom walk. for a...

    its a program to simulate a rondom walk.

    for a 4x4 it would print like this:
    A N M L
    B C J K
    . D I H
    . E F G
  5. Thread: Random Walk

    by hadi0x7c7
    Replies
    12
    Views
    2,932

    the output is just an array of '.' !

    the output is just an array of '.' !
  6. Thread: Random Walk

    by hadi0x7c7
    Replies
    12
    Views
    2,932

    Random Walk

    what's wrong with this code ?

    // Random walk

    #include <stdio.h>
    #include <time.h>
    #include <stdlib.h>

    void set();
    void print();
  7. Replies
    4
    Views
    1,962

    can you explain it more clearly?

    can you explain it more clearly?
  8. Replies
    4
    Views
    1,962

    loading a bitmap

    i a loading a 24-bit bitmap with this code but i don't know whats wrong withit?
    can any one help me?

    typedef unsigned long DWORD;
    typedef unsigned short WORD;


    typedef struct {
    int...
Results 1 to 8 of 8