Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Writing to binary file in c++

Options
  • 31-03-2005 8:19pm
    #1
    Registered Users Posts: 221 ✭✭


    Hi im kinda new to c++

    can anyone help me im tryint o write to a file called

    InBinTenantFile im trying to write to a point in the file controled by a counter being incremented in a while loop

    ne help apricaiated cos im having no luck


    thanks a million ,


Comments

  • Registered Users Posts: 4,003 ✭✭✭rsynnott


    Elfman wrote:
    Hi im kinda new to c++

    can anyone help me im tryint o write to a file called

    InBinTenantFile im trying to write to a point in the file controled by a counter being incremented in a while loop

    ne help apricaiated cos im having no luck


    thanks a million ,

    If the counter is ONLY incremented, and never decremented, this should be fairly simple.
    http://www.angelfire.com/country/aldev0/cpphowto/cpp_BinaryFileIO.html seems like a decent simple guide. (tho it uses oldfashioned naming, you should append std:: to system class names, or put "using namespace std;" at the top.


Advertisement