It's been some time since I last posted anything regarding TutorialMUD. Don't worry, I haven't given up on it, and I still want to finish it. There will however still be some time until next post, as I'm thinking about the best way to continue with the series. I'm thinking about the format of the …
Tag Archives: cpp
Good list of C++ books
A little while ago I came over a post on stackoverflow.com that listed a lot of books about C++, including a link to where one could buy the new C++11 specification. I simply decided to share that list with everyone who happens to pass by this little blog. Here is the link to the post.
Experimenting with the future
I recently answered a question on Stack overflow about threads, and since I haven't used things like std::future and std::async before, I thought it would be a good time to write an experimental program with it.
Tutorial MUD, part 1: Environment setup
In this first part of making Tutorial MUD,I will set up the build environment and create a set of makefile that will be used to build the server.