5 ms·
This is the book I learned Symbian/C++ on: http://www.amazon.com/Developing-60-Applications-Developers-Developer/dp/0321227220/ref=pd_bbs_1?ie=UTF8&s=books&qid=
by mpfefferle 18y ago
This is the book I learned Symbian/C++ on: http://www.amazon.com/Developing-60-Applications-Developers-Developer/dp/0321227220/ref=pd_bbs_1?ie=UTF8&s=books&qid=1208352191&sr=8-1 http://www.amazon.com/Developing-60-Applications-Developers-...
It's a bit out of date and it focuses on Nokia's application framework (Series 60). It should be enough to get you writing basic applications though. If you're going to stick with Symbian, don't worry about C or STL. They don't use them.
I assume you're going to be using the more recent Symbian 9. Unfortunately, I don't have any books to recommend for this version. You'll need to rely on the Nokia/Symbian docs for Symbian 9 specific features like Platform Security.
Since you're new to C++, I'd recommend following Symbian's naming conventions religiously. They were very helpful when I was a C++ noob just starting out.
I haven't worked on Symbian in about a year, but if you have any questions, drop me a line (email's in the profile). I'll see what I can do.
- kashif 18y agoThank You for the response and the offer.
- mpfefferle 18y agoAlso, NewLC.com is a big community around Symbian development. They're a pretty good resource for tutorials and questions.
- colgur 18y agoThis is great advice. Platform Security is a system unto itself and language-neutral. In fact, Symbian-C++ is quite an old dialect. Series-60 is by far the most prolific Symbian-based platform and well worth understanding even if you are not programming to those APIs.