Thread: Binary?
View Single Post
  #1 (permalink)  
Old 06-24-2006, 12:59 PM
NeedHelp NeedHelp is offline
Programming God
 
Join Date: May 2006
Posts: 527
Credits: 1
Rep Power: 13
NeedHelp is on a distinguished road
Default Binary?

I dont understand the difference between binary data files from other programs and what my program produces. Let me start by example, this is what another programs data file is which is just a list of connections (note: all of it would not paste):

’ôý*É8ý$Øâß¿Ï?

After declaring a binary write and writing my information to a file this is what I get:

Binary Writer ClassNumbers will appear nextÇ/

What gives? Why can I see the text in mine and not in the one above? Where can I find information about this? I've searched the net but all I find is tutorials on how to write the same code as my program produces.

I'm using Visual Studio 2005 Managed c++ to produce these results.
__________________
I Need Help
Reply With Quote

Sponsored Links