Search:

Type: Posts; User: Ste_Mulv

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,026

    does this mean i can go: int...

    does this mean i can go:




    int variablename;
    variablename = fgets(FILE *fp);
    printf("variablename");
  2. Replies
    3
    Views
    2,026

    Reading from a file and using the data

    Hello all,

    I am looking to keep a file with the running log the highest serial number issues, and therefore i know the next one to issue.

    I have loaded the file by:



    FILE *fp;
    if ((fp =...
  3. Setting a user's input as the structure name

    Hi there, i am looking for some help in structures.

    I am not sure if i am going about this the right way but i am looking to use structures to store multipul details of one panel.

    How does the...
Results 1 to 3 of 3