Hi,
I was just wondering, is there a way to open files withot using fopen() ??
If there is, please tell me it's syntax and if it has any opening modes like a,r,w,a+,r+, etc...
Thanks in advance!!!
This is a discussion on open files without fopen() within the C Programming forums, part of the General Programming Boards category; Hi, I was just wondering, is there a way to open files withot using fopen() ?? If there is, please ...
Hi,
I was just wondering, is there a way to open files withot using fopen() ??
If there is, please tell me it's syntax and if it has any opening modes like a,r,w,a+,r+, etc...
Thanks in advance!!!
Does open() count, or whatever file open command native to your platform is available.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Thanks! open() is good!!