Monthly Archives: August 2011

Seamus Blackley to leave Creative Artists Agency

Seamus Blackley is leaving Creative Artists Agency after eight years. He’s reported to be planning to launch his own production company to develop games. Seamus was one of the original creators of the Xbox. While he was at CAA they … Continue reading

Posted in Ex-Microsoft, Game Industry | Leave a comment

Working with C++0x/C++11: nullptr and nullptr_t

One my pet peeves with C/C++ are null pointers – specifically not having a good way of specifying a special pointer value that means “invalid pointer”. C (and C++) have a preprocessor macro NULL, which in C expands to either … Continue reading

Posted in C++0X/C++11, Code | Leave a comment