Menu

[HELP]FIle Handling tutorials

2009-11-03
2012-09-26
  • chard sanchez

    chard sanchez - 2009-11-03

    can someone enlighten me how to include file handling on my program.
    sorry for teh bad english.

     
  • cpns

    cpns - 2009-11-04

    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/refe
    rence/iostream/)
    [http://www.cplusplus.com/reference/clibrary/cstdio/](http://www.cplusplus.c
    om/reference/clibrary/cstdio/)
    [http://www.cplusplus.com/doc/tutorial/files/](http://www.cplusplus.com/doc/
    tutorial/files/)
    [http://www.cprogramming.com/tutorial/cfileio.html](http://www.cprogramming.
    com/tutorial/cfileio.html)
    http://en.wikibooks.org/wiki/C_Programming/File_IO
     
  • youvey

    youvey - 2012-04-09

    if you understand french you can find useful information in this site
    programmer en c

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.