Search:

Type: Posts; User: rugby

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,872

    cheers mate

    i have posted the whole code on this forum! thanks for the hints!
  2. Can Some-one check if i have made any mistakes!!

    #include <stdio.h>

    struct comp_detail
    {
    char name[20][30];
    int faults[20],number;
    float etime[20];
    float otime[20];
    };
  3. Replies
    3
    Views
    1,872

    sorry newly taged version void read_data...

    sorry newly taged version


    void read_data (struct comp_detail * pt_comp_detail)
    {
    struct comp_detail new;
    printf("\nEnter Competitors Name: ");
    gets(name);

    ...
  4. Replies
    3
    Views
    1,872

    How to improve code

    hi guys looking to improve/check some code!
    trying to build a structure called read data

    void read_data (struct comp_detail * pt_comp_detail)
    {
    struct comp_detail new;
    printf("\nEnter...
Results 1 to 4 of 4