3 Apr 2002 dwmw2   » (Master)

Decided I should try to overcome my irrational hatred of C++.

So I started playing with Opie; developing a little program for playing with GSM phones.

I chose to use gsmlib for the actual communication with the phone. Upon first glance, it seemed to be quite nice.

Unfortunately it seems its effective footprint on the iPAQ is about 2MiB - layers upon layers of derived classes with gratuitous autorefcounting for objects which are only ever going to be allocated and discarded once, all based on libstdc++.

Strictly speaking, the project seems to be well on course to achieve the stated goal - I shall be left with a deep-seated but perfectly rational hatred of C++. :)

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!