Search:

Type: Posts; User: helpme1234

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    3,412

    Um TO mr Wraithan .....or wtv Im in second year...

    Um TO mr Wraithan .....or wtv
    Im in second year high school not college
    im just interested in steppin forwards
    but thanks for the compliment n thinking im in college';)
  2. Replies
    8
    Views
    3,412

    I continued working on it, still some flaws some...

    I continued working on it, still some flaws some errors bout the pow statement can somone jus clear up some of the mistakes





    #include <stdio.h>
    #include <conio.h>
    #include <ctype.h>...
  3. Replies
    8
    Views
    3,412

    does any one acutally have the recursive to the...

    does any one acutally have the recursive to the Hanoi Towers
    so i just have like a basic thing to look at....please and thanks
  4. Replies
    8
    Views
    3,412

    The Hanoi Towers Recursive

    Hey guys, ive just been doing this coding but im very lost at the debuggings, just can somone help me, tell me whats wrong and debug it. I tried the debugging for a bout an hour and as a newbie its...
  5. Replies
    3
    Views
    1,213

    help me, factorial in C recursive

    can you guys please tell me why this wont do the factorial math!!


    #include <stdio.h>
    #include <conio.h>
    #include <ctype.h>

    main()
    {
    int n, total, i;
  6. Replies
    5
    Views
    920

    HELP me Factorial Recursive

    can you guys tell me why this wont do the factorial math!!

    #include <stdio.h>
    #include <conio.h>
    #include <ctype.h>

    main()
    {
    int n, total, i;
    total = 1;
Results 1 to 6 of 6