Thread: working with files in c

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    18

    working with files in c

    I posted to c++ instead of c ... sorry

    I need to find the instructions for working with files in C .. write and read a file how do the hole process ... sorry to be a bother I am new to C programing and cant find a site that is answering my ?s ... I found how to write and over rite but not how to append and what should the code read to access the file and finaly, the proper coding in my program.

  2. #2
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378
    Registered Linux User #380033. Be counted: http://counter.li.org

  3. #3
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Try searching this forum if you need examples.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  4. #4
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    This should get you started - then if you try writing some code, just post it here if you have problems.

  5. #5
    Registered User
    Join Date
    Dec 2005
    Posts
    18
    thank you, willc0de4food I was on that page and did not see that .. many thaks to all of you I am finding out fast that there is a lot of good info on this form.
    Last edited by fmchrist; 12-27-2005 at 02:05 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Deployment and DLL/OCX Files?
    By dfghjk in forum C++ Programming
    Replies: 5
    Last Post: 06-16-2008, 02:47 AM
  2. Ressources files
    By mikahell in forum Windows Programming
    Replies: 4
    Last Post: 06-19-2006, 06:50 AM
  3. Working with DLL files...
    By Devil Panther in forum Windows Programming
    Replies: 8
    Last Post: 11-15-2004, 12:42 AM
  4. working with resource files
    By the Wookie in forum Windows Programming
    Replies: 4
    Last Post: 02-01-2003, 10:26 AM
  5. Dos commands hehe
    By Carp in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-17-2003, 02:51 PM