CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2012
    Posts
    4

    Encode and decode to binary file

    Hi
    I need a program
    that doing the following:
    Taking an ini file and encode it to binary file.
    Then I want to read the binary file values (decode ) back to my values.
    Thanks in advance...

  2. #2
    Join Date
    May 2012
    Posts
    9

    Re: Encode and decode to binary file

    Quote Originally Posted by morb View Post
    Hi
    I need a program
    that doing the following:
    Taking an ini file and encode it to binary file.
    Then I want to read the binary file values (decode ) back to my values.
    Thanks in advance...
    I need a car, perhaps a Ferrari that does the following:
    Goes from 0 to 60mph in 3 seconds.
    I also want it to be blood red!

    Thanks in advance... ;-)

  3. #3
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Encode and decode to binary file

    Please do not start more than one thread on the same question. No one is going to write your program for you. We will answer questions but you must show us that you are putting forth some effort yourself.
    Always use [code][/code] tags when posting code.

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