can someone enlighten me how to include file handling on my program. sorry for teh bad english.
In C++ use objects. In C use functions.
I strongly suggest that you use the C++ classes rather than stdio.
The www.cplusplus.com C++ tutorial has a
www.cprogramming.com has a similar but brief article for
has a more extensive treatment of C file I/O.
Any paper text will also include a treatment of the subject.
if you understand french you can find useful information in this site programmer en c
Log in to post a comment.
can someone enlighten me how to include file handling on my program.
sorry for teh bad english.
In C++ use objects.
In C use functions.
I strongly suggest that you use the C++ classes rather than stdio.
The www.cplusplus.com C++ tutorial has a
www.cprogramming.com has a similar but brief article for
has a more extensive treatment of C file I/O.
Any paper text will also include a treatment of the subject.
if you understand french you can find useful information in this site
programmer en c