|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
read binary files
how do we read any arbitary binary file??
|
|
#2
|
||||
|
||||
|
Just open it up in Notepad and start reading.
If you can't read binary data and understand what it all means then you really shouldn't be using a computer, n00b. |
|
#3
|
|||
|
|||
|
Let me see if I can follow that up. I don't know C and I need to know what a % is in C, as in:
(sclock % 10 >= 5) I am making the (somewhat obvious) assumptions that: * is multiply / is divide - is subtract + is add >> is shift right? | is OR << is shift left? but what is %? Sorry for the super newbie question |
|
#4
|
||||
|
||||
|
% is used for square root.
There is no square root key on the keyboard but its quite often needed in programming, so they decided to use % instead. |
|
#5
|
|||
|
|||
|
gracias
|
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > read binary files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|