I have just been testing a couple of programs with shared memory. One using SYSV shared memory and one using POSIX shared memory.
Category Archives: Programming
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.
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.