Tag Archives: Recitation

Recitation Notes

You can use the bendecoder provided by calling the be_decode function as mentioned in the Dr. Ngo’s post. This will return a pointer to a be_node. You can lookup the bencode.h file for the implementation of this structure. Note that … Continue reading

Posted in Project 2 | Tagged , | 6 Comments

Announcements

Assignment1: Available for pick up next week during office hours and recitations. Project1: If you and your partner have submitted individual copies of the same project, please send Anand and Aditya an email with your UBIT names.

Posted in Assignments, Project 1 | Tagged , , | Leave a comment

Recitation Week 4

Slides on Multi Threading Recitation slides from week 4

Posted in post | Tagged | Leave a comment

Recitation Week 3

Remember that you can use either the robust read functions throughout or just the readn – do NOT mix them. The robust versions are in the robust_io.c in the MT project, the standard readn is available in network_util.c, which is … Continue reading

Posted in post | Tagged | Leave a comment

Recitation week 2

The slides used for this recitation can be found here http://www.cs.umd.edu/~srhuang/teaching/cmsc212/gdb-tutorial-handout.pdf GDB quick reference card http://users.ece.utexas.edu/~adnan/gdb-refcard.pdf Information on DDD http://www.gnu.org/software/ddd/

Posted in Uncategorized | Tagged | Leave a comment

Recitation Week 1

The slides from last week’s recitation are attached with this post. You can also find them on my website: www.cse.buffalo.edu/~aswagh Recitation Slides

Posted in post | Tagged | Leave a comment