Search:

Type: Posts; User: wasem21

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    657

    thank you ,it's looks easy after your...

    thank you ,it's looks easy after your clarification :)
  2. Replies
    2
    Views
    657

    help with string please

    i have problem in understanding the highlighted line please if any one have idea share it with me :)


    int a[] = {2, 3, 4};
    int b[] = {7, 3, 1, 5};
    int* p[] = {a, b+1};

    printf("%d %d...
  3. Replies
    9
    Views
    1,269

    if type 4a6 it equal to 0 since the scan doesn't...

    if type 4a6 it equal to 0 since the scan doesn't succeed , the code work perfectly without

    while(u==1)
    {

    u=deminsions_check();

    }
  4. Replies
    9
    Views
    1,269

    im not finding similiar problem , and can't find...

    im not finding similiar problem , and can't find explanation for this in the faq !!

    can you see what the problem with this code ?

    thanks any way..
  5. Replies
    9
    Views
    1,269

    Somthing weired with C !!

    so i wrote this code fragment and when scan a input not a integer the code never stop printing
    "illegal input please try again" !!!!! nothing wrong with code :S any help :)


    int x,y;
    int...
Results 1 to 5 of 5