Development/Tutorials/Programming Tutorial KDE 4: Difference between revisions
< Development | Tutorials
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Start | =Start= | ||
To learn KDE programming, first read this: | To learn KDE programming, first read this: | ||
http://developer.kde.org/~wheeler/cpp-pitfalls.html | http://developer.kde.org/~wheeler/cpp-pitfalls.html | ||
Your first program | * [[ProgrammingTutorialFirstProgram | Your first program]] | ||
* [[How to write Kontact plugins]] | |||
Revision as of 03:55, 30 August 2006
This is a tutorial to learn KDE programming by examples. It assumes you are working with KDE 4, not KDE 3 (see build_unstable for how to build it).
Start
To learn KDE programming, first read this: http://developer.kde.org/~wheeler/cpp-pitfalls.html