21 Nov 2002 osullivj   » (Journeyer)

Objective-C++: found this FAQ at the Apple web site. Take a look at the section on Objective-C and templates. I felt almost drunk reading it. Particularly this method...

template <class TYPE>
NSString *getDesc( void) {
    return [TYPE description];
}

Dynamic dispatch to a class object inside a templated method ! Wow !! Dynamic dispatch, templates, interfaces, multiple inheritance, and strong type checking all in one language. The possibilies are staggering. All it needs is blocks.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!