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.
None of this information was particularly difficult to find; do you have a specific problem or difficulty?
: http://www.cplusplus.com/reference/iostream/ : http://www.cplusplus.com/reference/clibrary/cstdio/ : http://www.cplusplus.com/doc/tutorial/files/ : http://www.cprogramming.com/tutorial/cfileio.html : http://en.wikibooks.org/wiki/C_Programming/File_IO
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.
None of this information was particularly difficult to find; do you have a
specific problem or difficulty?
: http://www.cplusplus.com/reference/iostream/
: http://www.cplusplus.com/reference/clibrary/cstdio/
: http://www.cplusplus.com/doc/tutorial/files/
: http://www.cprogramming.com/tutorial/cfileio.html
: http://en.wikibooks.org/wiki/C_Programming/File_IO
if you understand french you can find useful information in this site
programmer en c