CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Posts
    30

    Binary file question

    Hi,

    I've got to make a file that contains information about the behaviour of a user (some kind of log file). But when I write the data into a file and open the file in notepad, you can still see the data and even change it. Is there any way that I can write a file, like in C++, so that it's impossible to see the data in notepad?

    Thanx in advance


  2. #2
    Join Date
    Jun 2001
    Posts
    21

    Re: Binary file question

    encrypt it. But users will still be able to muck it if they wish.


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