Search:

Type: Posts; User: thaer89

Search: Search took 0.01 seconds.

  1. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    #include #include #include...

    #include <stdio.h>
    #include <lab6.h>
    #include <unistd.h>

    void dis (int k,int l)
    {
    int j;
    int i;
    for(i=0;i<20;i++)
    {
  2. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    #include #include #include...

    #include <stdio.h>
    #include <lab6.h>
    #include <unistd.h>




    void dis (int k,int l)
    {
    int j;
  3. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    the problem the function i didnt finish because ...

    the problem the function i didnt finish because teacher not finish it
    and the problem until i dont know how to put if statement for wall and not repeat in a function
    then put it in function if...
  4. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    #include #include #include...

    #include <stdio.h>
    #include <lab6.h>
    #include <unistd.h>

    int main()
    {

    int k=18;
    int c;
    int l=0;
  5. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    i know why right two c because (j-1) was drawing...

    i know why right two c because (j-1) was drawing before my if
  6. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    but u i dont know how and the proplem now how to...

    but u i dont know how and the proplem now how to make appear one C not two C
  7. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    this link for lab6.h...

    this link for lab6.h
    http://cs111.gju.edu.jo/labs/Lab6.h
  8. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    i know this but how do it and how to clear screen

    i know this but how do it
    and how to clear screen
  9. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    #include #include #include...

    #include <stdio.h>
    #include <lab6.h>
    #include <unistd.h>




    void dis (int k,int l)
    {
    int j;
  10. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    can i make the maze always repeat print it when...

    can i make the maze always repeat print it
    when i move c
  11. Thread: maze problems

    by thaer89
    Replies
    19
    Views
    2,596

    maze problems

    i have to do maze
    but have this proplem


    #include <stdio.h>
    #include <lab6.h>
    #include <unistd.h>

    int main()
    {
  12. Replies
    9
    Views
    1,231

    ok thank you very much i will make your advise

    ok thank you very much
    i will make your advise
  13. Replies
    9
    Views
    1,231

    this last thing i can do #include ...

    this last thing i can do

    #include <stdio.h>
    #include <stdlib.h>
    char c;
    int main()

    {

    int m;
  14. Replies
    9
    Views
    1,231

    the compiler dont show my any error i dont know...

    the compiler dont show my any error
    i dont know why dont work
    i think because
    i use compiler in windows
  15. Replies
    9
    Views
    1,231

    i dont have a book please help me but i...

    i dont have a book
    please help me
    but i remmber == mean if to nmber equal
  16. Replies
    9
    Views
    1,231

    if dont know i need when input "n" the while...

    if dont know
    i need
    when input "n"
    the while break
  17. Replies
    9
    Views
    1,231

    help me in this question

    Your task is to write a C program which allows a user to play the game of twenty-one against the computer. Fortunately twenty-one is a very simple game.
    In the game of twenty-one, you are given...
  18. Replies
    13
    Views
    1,995

    sorrry not 66 it 64 and this is to answer q2:...

    sorrry not 66 it 64

    and this is to answer q2:



    #include <stdio.h>
    int main()
    {
    int m;
  19. Replies
    13
    Views
    1,995

    yes i have mistake but when i read it he want...

    yes i have mistake but when i read it he want only to 77 in octal
    i change while(i<66)
  20. Replies
    13
    Views
    1,995

    this soultion for q1 #include int...

    this soultion for q1

    #include <stdio.h>
    int main ()
    {
    int i=1;
    int n;
    int f;
    while(i<77){
    f=i&#37;8;
  21. Replies
    13
    Views
    1,995

    okay i will give you tonight when i finished...

    okay i will give you tonight when i finished study to my mcse exam
  22. Replies
    13
    Views
    1,995

    sorry the proplem i know what doing in c and...

    sorry
    the proplem i know what doing in c
    and i have last 3 lab full mark
    but proplem my friends need solutions
    because they didnt understand any thing and i dont have time now h have msce exam...
  23. Replies
    13
    Views
    1,995

    help me in Assignment

    hi
    i am new user and please
    i have in my universty c Assignment about loob ineed help on it please
    this link
    http://cs111.gju.edu.jo/labs/assignment4.pdf
Results 1 to 23 of 23