Posts labeled "c++"

Fun (kinda) With Boost

So I've known about Boost for a long while but since my desktop at home wasn't Linux I never bothered grabbing it. However, now my desktop is a beefy Ubuntu machine so I decided to grab it and play around with it, mainly Boost.Regex and lexical_cast. So Boost.Regex is awesome and I'll go ov… more »

Peek At Cpp0x And PHP OOP

So I was messing around with the STL the other day, mainly to compare OOP in PHP and in C++ and I came up with two simple comparisons. PHP: <?php class Person implements ArrayAccess { public $name; public $properties = array(); public function __construct($na… more »

You're Doing It Wrong!

As the title says, I'm doing it wrong. This is in reference to the complete and utter kludge-work I'm committing on my MUD codebase Arena2 that I linked on the homepage a while back. So to get to my point, or lack thereof I'm in the middle of converting the SocketMUD codebase from C to C++. … more »