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…
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…
Suppose you’re following the “resource acquisition is initialization” technique where you allocate resources as part of construction. You might write classes like: The resource is allocated in the constructor when the object is instantiated and released in the destructor when…
The Solaris compiler really has some useless error messages. I get “Reallocation failure in ySpace()” occasionally when compiling under SunOS with the forte compiler. The compilation fails and I’m left scratching my head. This error message is really awful. The…