Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
How do I ask a good question?
6 articles posted by this ANONYMOUS person
Showing 6 of 503 articles.
Currently 9 other people reading this forum.
Well I've been going through A Guide to Network Programming using Internet sockets, by Brian "Beej" Hall, as suggested in the Getting Started section of the Project, and to use the getaddrinfo() function it is necessary to include the netdb.h heade...
Are there any restrictions on the compilers we should be using for the project, like in previous CITS units? Or do we have more freedom?
For example, I am trying to use some header files that only work if I use the -std gnu11 flag, which would still b...
Hello, I was looking at the solutions for the piggybacking implementation of Lab3 Q1 and I noticed that something I thought had to be implemented isn't there. So with piggybacking, the piggybacking timer begins when data is received, waiting to see i...
Hello, I was struggling with Hamming Code and I think I now have a good understanding of Hamming Correction but I just want to make sure it's correct.
When we look at a codeword that has been encoded using the Hamming Code, it is a general rule that a...