CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    6

    Unhappy Want to read file content memory

    I'd like to read memory location of file content on ntfs and fat, please offer a hint or so for me to move on.

    Thanks,

    Kim Tu

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Want to read file content memory

    Do you mean directly reading (low level) from fat or ntfs, or simply read a file from disk ?

  3. #3
    Join Date
    Jan 2009
    Posts
    6

    Re: Want to read file content memory

    Thank you, either fat or ntfs is fine, I'd like to know where the content is located (from the beginning to the end) once I save a file (.txt) on disk.
    I don't think I need readfile or filestream.

  4. #4
    Join Date
    Jan 2007
    Location
    Italy
    Posts
    156

    Re: Want to read file content memory

    - Buzzyous -

  5. #5
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Want to read file content memory

    What exactly are you trying to do?
    Do you want to know on which sectors your file is stored?
    Or do you just want to read the whole file into memory?
    or...?
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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