Blog Archives

std::auto_ptr best practices

One of the frustrating aspects of programming in C++ is memory management. In Java this is, in large part, handled by the garbage collector. As long as you don’t keep references lying about that you don’t need, and the GC

Tagged with: , ,
Posted in Uncategorized

Returning CORBA object references

The CORBA object semantics are really frustrating at times. They behave close enough to how C++ does things to make them familiar, but they differ enough to lull you into a false sense of familiarity. Your first attempt to return

Tagged with: , ,
Posted in Uncategorized
Design a site like this with WordPress.com
Get started