Search:

Type: Posts; User: krogz

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    18,199

    MacGyver, That worked but now when I put it...

    MacGyver,

    That worked but now when I put it into my program it says:

    error C2143: syntax error : missing ')' before 'type'
    error C2059: syntax error : ')'

    If anyone can help, that'd be...
  2. Replies
    6
    Views
    18,199

    Hey nadroj I did what you told me: 'FILE*...

    Hey nadroj

    I did what you told me:


    'FILE* Exam(void)'

    but now it says:

    error C2040: 'Exam' : 'FILE *(void)' differs in levels of indirection from 'int ()'
  3. Replies
    6
    Views
    18,199

    Have function return file pointer

    Hi,

    I'm pretty new to C and I currently have this problem where I want a function to return a file pointer because I have this expression through out my program several time, so I wanted to use...
Results 1 to 3 of 3