Search:

Type: Posts; User: katal

Search: Search took 0.00 seconds.

  1. Thread: prog problem

    by katal
    Replies
    5
    Views
    1,491

    typedef struct { char regnum[4]; int cred;...

    typedef struct
    {
    char regnum[4];
    int cred;
    char fname[20],sname[20];
    float cost [75];
    float fee [95];
  2. Thread: prog problem

    by katal
    Replies
    5
    Views
    1,491

    argh!!!!

    ok, i thought about what you said, I changed the scanf to a gets and took out the **** like the 2 %c's and the &dummy but it still not working, I hate xmas holidays, mademe orget about what i had...
  3. Thread: prog problem

    by katal
    Replies
    5
    Views
    1,491

    prog problem

    I'm having a prob with the input of this program.

    printf("Enter registration number ");
    scanf("%c%c",&studdetails[i].regnum,&dummy);
    printf("Enter surname ");
    gets(studdetails[i].sname);...
  4. Replies
    5
    Views
    1,497

    prog

    I actually need help with the whole program!!!
  5. Replies
    5
    Views
    1,497

    problem with prog

    I have a problem with a program I have to do for college, its a student registration program, I have to enter A student registration number (4 chars ie x123) then a forename and a surname. you then...
Results 1 to 5 of 5