Links Related to Coding
[
C++ |
GUI-Development |
C++
Thinking in C++ (Online Book)Introduction into C++ Programming by Bruce Eckel
How to Think Like a Computer Scientist (Online Book)
Practical Introduction into C++ Programming by Allen B. Downey
C++ FAQ LITE
All the answers for those tricky C++ questions
Teach Yourself C++ in 21 Days (Online Book)
A good book for those who want to start C++
GUI-Development
KDevelopA great IDE for developing KDE and other applications.
Qt by Trolltech
Part of Qt, which is also the basis for KDE, is the Qt designer, a program for designing dialogs, widgets, ...
KDE 2.0 Programming (Online Book)
The famous book by David Sweet about programming technics in KDE. Contains also a short (!) introduction to programming KDE and Qt. The book can also be downloaded (or bought).
The Visual Development Tutorial
The Visual Tutorial is a tutorial that will show the reader how to use KDevelop and Qt Designer to create applications visually, by Antonio Larrosa Jiménez (2003).
Configuration of your application
KAutoConfigDialog tutorialKAutoConfigDialog is a new KDE class (April 2003) that allows a developer to easily create a Configure dialog for her/his application and this tutorial from Benjamin Meyer shows how to do it.
KConfig XT (new in KDE)
KConfig XT is a new KDE tool (August 2003) that makes the developer life easier and make the administration of large KDE installation more manageable. Provided by Zack Rusin.
Other tools
Makefile.am HowToAll you need to know if you want to better understand what is behind a Makefile.am in the KDE project, how to create one for shared libraries or for a plugin, by David Faure.
[ Edit ]
KDE Women Homepage