Search:

Type: Posts; User: negevy

Search: Search took 0.01 seconds.

  1. Replies
    29
    Views
    4,983

    thank u everybody

    it was only a simple while()
    in the main function. :o :o :o :o
  2. Replies
    29
    Views
    4,983

    I didnt understand anything

    so what do I have to do next?
  3. Replies
    29
    Views
    4,983

    dont konw what to do next.

    Im doing the tower of hanoi but without recursion.
    Im trying to do it with linked list.
    I have managed to write the algoritm but I dont know how to make it repeat it self until it finds the...
  4. Replies
    5
    Views
    1,180

    something strange

    it enters to endless loop
    it doesnt stop for scanf it leaves the old values and enters to an endless loop.
    can anybody explain to me please what am i doing wrong????


    ...
  5. Replies
    1
    Views
    1,615

    sorry I didn't make my self clear last time

    sorry I didn't make my self clear last time so Im
    posting the same question again with another limitation.
    Im allowed to use only <stdio.h>
    I think that the problem is with the %d.
    maybe it will...
  6. Replies
    1
    Views
    1,507

    help with input check

    I need to check if the user is ,for example, typing a letter insted of a number or that he is typing too many pieces ,for example
    if i asked him to Enter an array of size 3 and he by mistake puts 4....
  7. Replies
    2
    Views
    1,068

    I have got something but its still a mess so...

    #include <stdio.h>
    #define max_Size 19
    #define max_pieces 10

    void arrange(int width[], int height[], int size);

    int check_full(int table[], int size);

    void intial_table(int table[], int...
  8. and this is my solution for the 8 queens puzzle

    #include <stdio.h>
    #include <stdlib.h>//for the abs
    /*===========================================
    checks wether there is a manace betwean
    queens and returns values of zero as manace
    and one as...
  9. Replies
    2
    Views
    1,068

    Im new here and asking for help.

    Hi all
    Its my first time here.

    I need to write a C program that uses a board of size height x width, and a set of rectangles ri=(heighti x widthi), and I want to find a solution how to cover the...
Results 1 to 9 of 9