Sunday, April 14, 2013

Week 2

In this week, we learned about how to do serialization and deserializtion of bytes of data and how to organize that data to makes it more efficient. It was pretty easy at first because I did byte padding in CSC 373 Computer Systems I. However, when trying to send over a pointer. Things got a little hairy. I am not really sure on how to tackle this problem at the moment will update once I get this done.

UPDATE:
After scouring the class forums and doing Google searches, I was able to complete the assignment. Looking back, the solution was there it was just implemented backwards and with minor errors in the process.


No comments:

Post a Comment