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

Threaded View

  1. #1
    Join Date
    May 2002
    Posts
    1,798

    How does one access a class object in memory?

    I dont think I am asking this question properly, but I really dont know how to ask it.

    I need to access a section of memory directly, byte by byte. If this block of data were in a binary file, no problem. But how to access the block if it's in memory somewhere.

    Actually, I didnt think this question through very well before I asked it. In fact, I plan to write a section of data to memory, encrypt it byte by byte, then save it to disk.

    Has anyone dealt with this kind of problem before. Any and all ideas greatly appreciated.

    Thanks

    Mike
    Last edited by Mike Pliam; March 19th, 2004 at 06:25 PM.
    mpliam

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