home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16623 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.0 KB  |  22 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!caen!sol.ctr.columbia.edu!hamblin.math.byu.edu!news.byu.edu!ux1!fcom.cc.utah.edu!cc.uvcc.edu!adamstr
  3. From: adamstr@cc.uvcc.edu
  4. Subject: Question on data storage
  5. Message-ID: <1992Nov16.150535.1@cc.uvcc.edu>
  6. Lines: 11
  7. Sender: news@fcom.cc.utah.edu
  8. Organization: Utah Valley Community College
  9. Date: 16 Nov 92 15:05:35 -0700
  10.  
  11. I am somewhat new to the world of C. I am trying to find a way to store data in
  12. a non-readable format. I had initially thought that the "wb" and "rb" options
  13. for the "mode" portion of fopen would do the trick, but that doesn't seem to do
  14. what i want. (this is for DOS by the way...) I used to work for a company that
  15. used C on a Unix platform, and the database files for that particular
  16. application were not readable, either by "typeing" the file or thru the use of
  17. a text editor. Is this sort of thing OS dependant?? Is there a header file
  18. defined that will help?  Any suggestions will greatly appreciated. Thanks!
  19.  
  20. Please e-mail to    adamstr@cc.uvcc.edu
  21.  
  22.