CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: File Write

  1. #1
    Join Date
    Jan 2001
    Posts
    66

    File Write

    Hi

    I would like to write a buffer to a disk of varying sizes like
    512 bytes, 36864 bytes, 65536 bytes etc.

    I need to write and read it back to check for the integrity of the Write.

    How do I generate this buffer in an efficient way without having to hard code it with characters.

    Thanks

  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    489
    What is it that you want exactly ?
    Do want the characters themselves ??

    You could use the letters of the alphabet repeatedly(??)
    Regards,
    Prem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured