Programming Homework Help

COMP 380 University of South Florida Binary Data C Programming Project

 

1.“tracks2.dat” is available in the ~tburger/class directory
• Your program is to read the provided data file and write the contents
to standard output in a readable format.
• The information in the “Misc” and “TimeReported” fields are to be
described using bit fields.
• The file contains several data records – you must read and print all of
them.
• Submit your program along with the output from your program

2.The file “binout.dat” contains binary data that was produced from a
Java program.
Binary data is represented in Big Endian format in Java.
This data will have to be converted into Little Endian format before it
can be used.
Each record in the binout.dat file is 26 bytes in length.