As the few who are following the progress (or rather, the lack of progress) of TutorialMUD know it's on an indefinite hiatus. I have thought about continue with it, and I still may. However in the meantime I have restarted working on one of my own MUDs, namely Shadow World. Unlike TutorialMUD it's supposed to …
Category Archives: Programming
Experimenting with shared memory
I have just been testing a couple of programs with shared memory. One using SYSV shared memory and one using POSIX shared memory.
The future of TutorialMUD
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 …
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.