Search:

Type: Posts; User: eastmus

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,119

    it would work then with void...

    it would work then with


    void DrukStudentGemiddelde(struct student s)
    { /* naam en gebdatum (dd/mm/jjjj) afdrukken */
    printf(" %d",s.resultaat);
    }

    but my point of learning to use struct...
  2. Replies
    6
    Views
    3,119

    thanks Elysia, but i cant seem to figure out how...

    thanks Elysia, but i cant seem to figure out how to target 85 only.
    since



    DrukStudent(studentrij[1]);


    will give
  3. Replies
    6
    Views
    3,119

    calling struct class within array

    Hello

    i have a problem calling the struct class data from inside an array...
    error: C2664: 'DrukStudent' : cannot convert parameter 1 from 'int' to 'student'.



    struct student
    {
    char...
Results 1 to 3 of 3