I wish to develop a simple plugin for QGIS, which will open some data, and perform some specific processing.
I tried searching on the QGIS wiki, but only found this link :
http://www.qgis.org/wiki/Writing_C++_Plugins
which seems to be obsolete. There were also a few blog posts from 2006.
I also saw something about Python plugins, but I am not sure whether I need to work with the C++ plugin or a Python plugin.
Where can I find documentation, or tutorials, that would help me get started?