•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 375,229 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,251 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser:
Views: 355 | Replies: 7
C Syntax (Toggle Plain Text)
FILE* f = NULL; fclose(f);
C Syntax (Toggle Plain Text)
FILE* f = NULL; ftell(f);
Why those functions does not return error value but terminate whole program? How can I safely tell if file is opened in C and close it???
If variable of type 'FILE*' is passed to my function I need to know the state of the file and be able to close.
Any idea?
Last edited by edek : May 9th, 2008 at 8:58 am.
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb C Marketplace
Similar Threads
- Read integers from a file (C++)
- how to read a text file backwards? (C)
- C Program where gets(), getchar(), are not working. (C)
- functions in header files (C++)
- how do i parse a custom delimited file (C++)
- C file stream (C)
- help with null terminated strings (C)
- Passing char * to function and populating inside (C++)
- reading a file into code (Java)
Other Threads in the C Forum
- Previous Thread: Stable marriage
- Next Thread: Unstable Program



Threaded Mode