On Thursday 23 October 2014 20:16:14 Surendra Reddy wrote: > what minimum concepts in c++ i should know for developing KDE > applications? I am reading c++ primer but its taking lot of time , > so i first want to learn minimum concepts require to fix bugs and > start learning on the go please guide me.
Hi Surendra, thanks for your interest in developing KDE applications. The first step is to learn Qt: http://qt-project.org/doc/ If you understand how to write Qt applications, you will see that the KDE Frameworks simply add additional classes, but do not change the application development model. The only difference is that KDE developers use the cmake build system instead of Qt's qmake, but that should only bother you once you create a new KDE application. The next step is getting your hands dirty in the KDE community: https://community.kde.org/Getinvolved If you think C++ is a lot to read and learn, these two links will change your measure ;) Christoph Feck (kdepepo)
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<