CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: 2kaud

Search: Search took 0.11 seconds.

  1. Replies
    19
    Views
    27,513

    Re: C++ Memory Mapped Files Trouble

    Why don't you write some simple programs with files on this hardware configuration and find out? Why have all the data packages in one file? Why not a file per data package with the name as the time...
  2. Replies
    19
    Views
    27,513

    Re: C++ Memory Mapped Files Trouble

    For a book covering the windows areas you will need have a look at
    Windows via c/c++ by Jeffrey Richter...
  3. Replies
    19
    Views
    27,513

    Re: C++ Memory Mapped Files Trouble

    Have a look at the link to the codeproject site I gave in my previous reply. It provides the code for a generic c++ class for using memory mapped files which might your task easier.
  4. Replies
    19
    Views
    27,513

    Re: C++ Memory Mapped Files Trouble

    Using the windows memory mapped files api requires some familiarity with both c/c++ and with the windows api. Programming your requirements in c/c++ when you are not very familiar with the language...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured