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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Writing to binary file in c++

  • 31-03-2005 7:19pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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