Search:

Type: Posts; User: Cooper

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,014

    AAAhhhhhh! :D working fine now. thanks very...

    AAAhhhhhh! :D
    working fine now. thanks very much guys, much appreciated.
  2. Replies
    5
    Views
    4,014

    thanks for taking a look at this guys... I tried...

    thanks for taking a look at this guys...
    I tried the strcpy() but still get the same result.
    here is the struct :


    typedef struct {
    char regNumber[4];
    char surname[20];
    char...
  3. Replies
    5
    Views
    4,014

    Enter data in struct

    This function should accept student details from the user and store them in a structure. I'm using a temp array to hold the reg number as I'm going to perform a validation test on it later.


    ...
Results 1 to 3 of 3