One of those days nothing happens
|
Today wasn’t very interesting in any regard, barley worth going through the fuss of making a blog post. On the morning i started reading up on how sockets work using a tutorial linked on the programming skype group. (Can be found here: http://beej.us/guide/bgnet/output/html/multipage/syscalls.html) I felt unfocused during most of the day since all i did was reading and i didn’t manage to read the entire thing. Reading it during the evening again i am starting to feel like i understand the process of using sockets to connect to other users over the Internet however and i should be able to get started on the code tomorrow. Today’s lecture was short and mainly explained how a camera in a 3D game uses matrices to change the camera’s position in the world and display the right things on the screen. Despite feeling unfocused for the other parts of the day i felt like i understood most of the lecture. Another thing i noted today is that in my Linked List i only erase one number as part of the program, i never actually use the functionality for removing a node at the start or end of the list. I’ll look into adding that function tomorrow, especially if i don’t get started on the webserver. |