A new Symbian Press book by Mark Wilcox et al. started shipping last week: Porting to the Symbian Platform - Open Mobile Development in C/C++. I'm one of the co-authors. Last year I wrote a blog post about fixing out-of-memory issues . That post has since then evolved to become...
A while ago my Symbian OS based project needed to process RDF data: parse it, store it, query it and serialize it. For that purpose I decided to port a readily available library, and after some browsing around I ended up with Redland RDF libraries . Redland had the features I needed, its...