You can also buy the book "Professional Symbian Programming"(published by worx) which costs about 50$ and comes along with a CD which has all the C++ and Java SDK's which you can install on your Windows System.
You also get a whole lot of examples for Epoc to help start of your programming.
Also, OPL - or Organiser Progamming Language, can be used to program on your organiser.
And as far as C++ programming for Epoc goes,
you just need to learn up the Naming convention,how to implement the "new" operator and the way to write constructors and the rest is pretty much the good old C++ without exception handling.(The method of Error handling is different in Epoc and pretty easy to learn)
You can also buy the book "Professional Symbian Programming"(published by worx) which costs about 50$ and comes along with a CD which has all the C++ and Java SDK's which you can install on your Windows System. You also get a whole lot of examples for Epoc to help start of your programming. Also, OPL - or Organiser Progamming Language, can be used to program on your organiser. And as far as C++ programming for Epoc goes, you just need to learn up the Naming convention,how to implement the "new" operator and the way to write constructors and the rest is pretty much the good old C++ without exception handling.(The method of Error handling is different in Epoc and pretty easy to learn)