Monthly Archives: November 2014

Weekly programming – sending images with a C++ web server (v48)

I’ve completed our second assignment of the course, the C++ web server. After having completed the required tasks for the assignment I challenged myself by trying to send images with the server as well. It seems easy, you need to load … Continue reading

Posted in 5SD023 | Leave a comment

Weekly programming – Templated Linked List (v46)

This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables. This tuesday we had a lecture on template programming and I set out to modify my linked … Continue reading

Posted in 5SD023 | Leave a comment