Search:

Type: Posts; User: madjm

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,214

    oh ok thanks

    oh ok thanks
  2. Replies
    4
    Views
    1,214

    if (pick1 == 1) { printf("\n Ok...

    if (pick1 == 1)
    {
    printf("\n Ok Man");
    }
    else
    printf("\n Ok Girl");


    add this code ^^ to see what i mean if you input a letter it will say ok girl instead of going to...
  3. Replies
    4
    Views
    1,214

    Simple logic problem

    printf("\n Are your a Male [1] or Female [2] : ");
    fflush(stdin);
    scanf("%d",&pick1);
    while (pick1 != 1 && pick1 != 2 )
    {
    printf("Enter a correct choice : ");
    fflush(stdin);...
  4. Replies
    8
    Views
    1,336

    wow thanks man..it was really simple and nooby...

    wow thanks man..it was really simple and nooby mistake on my part lol
  5. Replies
    8
    Views
    1,336

    maybe i should have explained more but that is...

    maybe i should have explained more but that is what i want the program to do....it gives the user the option of creating and storing the date entered and the next option of simply displaying the...
  6. Replies
    8
    Views
    1,336

    Here is where i am so far i removed the...

    Here is where i am so far i removed the parameters the output is still giving me the initialization of the DATE struct when i use the get_file function idk,





    #include <stdio.h>
    #include...
  7. Replies
    8
    Views
    1,336

    did that but the output was the initialization...

    did that but the output was the initialization of the structure i modified at line 25 ie
    DATE date = {0 ," ",0}; ...the main problem it seems is the "get_file" function that uses fscanf when i...
  8. Replies
    8
    Views
    1,336

    File handling help

    Help i have a small problem i cant display the data written to this file in a switch statement (case 2) what am i doing wrong..the file data is being written into the text file but i cant display...
Results 1 to 8 of 8