Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. WriteAllBytes.....

WriteAllBytes.....

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lsh486love
    wrote on last edited by
    #1

    There is a code line. File.WriteAllBytes("c:\image.raw", abc.rawdata); It was composed by Visual Basic. But I don't know how to change the code by Visual C++. In the start, How should I include library or header file??

    _ _ 2 Replies Last reply
    0
    • L lsh486love

      There is a code line. File.WriteAllBytes("c:\image.raw", abc.rawdata); It was composed by Visual Basic. But I don't know how to change the code by Visual C++. In the start, How should I include library or header file??

      _ Offline
      _ Offline
      _Superman_
      wrote on last edited by
      #2

      You could use the basic file APIs to accomplish this. Look at CreateFile[^], WriteFile[^], CloseHandle[^]. You only need to include Windows.h. You could also use the MFC CFile[^] class.

      «_Superman_» I love work. It gives me something to do between weekends.

      1 Reply Last reply
      0
      • L lsh486love

        There is a code line. File.WriteAllBytes("c:\image.raw", abc.rawdata); It was composed by Visual Basic. But I don't know how to change the code by Visual C++. In the start, How should I include library or header file??

        _ Offline
        _ Offline
        _AnsHUMAN_
        wrote on last edited by
        #3

        This is what WriteAllBytes is doing. Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten. You can implement similar functionality using the CFile/CStdioFile or some other MFC class that deals with file reading/writing.

        You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups