Search:

Type: Posts; User: med linux

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    14,872

    So I must use string ... ok thank you very...

    So I must use string ... ok

    thank you very much
  2. Replies
    17
    Views
    14,872

    look #include typedef enum Booleen...

    look

    #include <stdio.h>
    typedef enum Booleen Booleen ;
    enum Booleen {faux,vrai};
    main ()
    {
    Booleen b ;
    scanf("%s",&b);
    if (strcmp(b,"vrai")==0)
  3. Replies
    17
    Views
    14,872

    I will give you a simple exemple look ...

    I will give you a simple exemple
    look

    #include <stdio.h>
    typedef enum Booleen Booleen ;
    enum Booleen {faux,vrai};
    main ()
    {
    booleen b ;
    scanf("%d",&b);
  4. Replies
    17
    Views
    14,872

    oh .. the same problem ... #include...

    oh .. the same problem ...

    #include <stdio.h>
    ...
  5. Replies
    17
    Views
    14,872

    look I changed my code but It won't work ...

    look I changed my code but It won't work

    #include <stdio.h>
    ...
  6. Replies
    17
    Views
    14,872

    ok ... I'm sorry

    ok ... I'm sorry
  7. Replies
    17
    Views
    14,872

    how to scan a var in enum

    good morning
    As you see in my code source
    I ceated the enum boolean
    but the problem is when I want to scan "biblio[i].emprunter"
    what should i use ?
    scanf or gets or what ??
    and If I must use...
  8. Replies
    7
    Views
    1,908

    the problem is in the color or in the color and...

    the problem is in the color or in the color and the size ?
  9. Replies
    7
    Views
    1,908

    this code won't work

    good morning ;
    this programme is created to find x^y
    but it show every time an random number !!!
    could you help me please
    and thank you so much ....


    #include <stdio.h>
    int nbpos (int x)
    {
Results 1 to 9 of 10