(New page: This series of tutorials introduces the basics of KDE applications in C++. A simple application is built up step by step. Development/Tutorials#Introduction_To_KDE_4_Programming TODO...) |
(Add more links to material) |
||
| Line 4: | Line 4: | ||
TODO: Find a better way of including these tutorials here. | TODO: Find a better way of including these tutorials here. | ||
| + | |||
| + | Also follow the Qt tutorials: | ||
| + | http://doc.trolltech.com/4.4/tutorials.html | ||
| + | |||
| + | Also read up to Chapter 2 in the book [http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html thinking in c++]. | ||
This series of tutorials introduces the basics of KDE applications in C++. A simple application is built up step by step.
Development/Tutorials#Introduction_To_KDE_4_Programming
TODO: Find a better way of including these tutorials here.
Also follow the Qt tutorials: http://doc.trolltech.com/4.4/tutorials.html
Also read up to Chapter 2 in the book thinking in c++.