Game Programming III – Second Week

This week I finished my linked list. I used templates for the data given to the nodes, and so all functions for the list are written in the header file. All methods have been completed and tested, now all that’s left for the linked list to be fully completed is some kind of unit testing.

linkedlist

In class we have been creating a UDP Chat, which also helped us to get ready for our second assignment, which is about writing a web server using bsd sockets API and TCP. The chat might not be completely done yet, but it works, and there could always be things added of course.

The last part of the first assignment (apart from the unit testing) is the binary search tree which I will start working on this weekend. I’ll do my best finishing it as soon as I can, since I’m going to Dreamhack Winter next week, and I also want to start working on the second assignment.