Archive:Development/Further Information (zh CN)

From KDE TechBase
Revision as of 08:58, 13 February 2009 by Hualiang.miao (talk | contribs)


Development/Further Information


网站

博客

书籍

以下是关于KDE 4开发的书籍清单。这些可能是具体的应用,Qt工具的利用,或关于KDE 4具体的书藉。

KDE 4 开发书籍

Manish Chakravarty 正在撰写一本关于KDE 4编程的书KDE India 计划在2007年八月十五日发布。

Qt 4 开发书籍

英语

The Book of Qt 4: The Art of Building Qt Applications ,Daniel Molkentin

Daniel Molkentin, author of this book, is a core developer of KDE. He uses practical examples to explain Qt characteristics like the signal slot concept and its event system. He guides the reader through developing applications both with and without Qt's graphical GUI builder "Qt Designer." Topics covered include: tools needed to create dialog boxes; steps to follow when developing a GUI-based application; layout; how to visualize data using Qt's "model-view concept"; the QtSql model; the graphics library; as well as how to work with XML, databases, threads, and debugging. The book also includes lots of useful hints on how to use Qt's own datatypes, containers and algorithms and how to develop user-friendly applications.

见于: Amazon

Foundations of Qt Development ,Johan Thelin

Foundations of Qt Development is based on Qt 4.2, and is aimed at C++ programmers who want to become proficient using this excellent toolkit to create graphical applications that can be ported to all major platforms. The book is focused on teaching you to write your own code in addition to using existing code. And common areas of confusion are identified, addressed, and answered. Youll learn everything you need to know to get up and running fast.

An Introduction to Design Patterns in C++ with Qt 4 by Alan Ezust, Paul Ezust

Now, with the help of An Introduction to Design Patterns in C++ with Qt 4.1, you can master C++ and design patterns together, using the world's #1 open source framework for cross-platform development: Qt 4.1. This complete tutorial and reference assumes no previous knowledge of C, C++, objects, or patterns. You'll walk through every core concept, one step at a time, learning through an extensive collection of Qt 4.1-tested examples and exercises. Learn objects fast: classes, inheritance, polymorphism, and more. Master powerful design patterns, from Iterator and Visitor to Abstract Factory and Facade. Discover efficient high-level programming techniques utilizing libraries, generics, and containers. Build graphical applications using Qt widgets, models, and views.

见于: Amazon

Available on-line at Suffolk University

C++ GUI Programming with Qt 4 by Jasmin Blanchette, Mark Summerfield

The only official best-practice guide to Qt 4.1 Programming. Using C++ GUI Programming with Qt 4 you'll discover the most effective Qt 4 programming patterns and techniques as you master key technologies ranging from Qt's model/view architecture to Qt's powerful new 2D paint engine. The authors provide readers with unparalleled insight into Qt's event model and layout system. Then, using realistic examples, they introduce superior techniques for everything from basic GUI development to advanced database and XML integration.

见于: Amazon

下载 Mark Summerfield's 网站 (ZIP压缩的PDF版本, 5.5 MiB)

注意: 第二版已出,适用Qt 4.3;见于 Amazon

C++ GUI Programming with Qt 3

The first official Trolltech guide to Qt 3.2 programming written by Trolltech software engineer Jasmin Blanchette and Trolltech's documentation manager Mark Summerfield, with a foreword by Matthias Ettrich, Trolltech lead developer and founder of the KDE project. The book teaches every facet of Qt 3 programming, ranging from basic user interfaces and layout managers to 2D/3D graphics, drag-and-drop, signaling, networking, XML, database integration, even internationalization and multithreading. The book in PDF format and sources can be downloaded from linked publisher's page.

见于: Amazon

Available on-line at: Prentice-Hall (free PDF download)

Rapid GUI Development with QtRuby

See how to use the powerful Qt3 library to create cross-platform GUI applications for Linux and OS X in Ruby. Covers installation, basic and advanced programming, event models, and Korundum. A must if you want to develop software with QtRuby/Korundum.

Open Source Game Development: Qt Games for KDE, PDA's, and Windows

This book provides beginning and intermediate game programmers with a step-by-step resource to desktop game programming. The reader is introdcuded into the development of a desktop game application using Qt3/Qt4/Qtopia/KDE as development platform. Desktop game relevant topics such as pathfinding, AI, sound, 2D and 3D graphics and network programming are introduced in the scope of Qt and KDE. All topics are accompanied by plenty of source code examples in the book and on the companion CD-ROM.

见于: Amazon

德语

Qt 4: Einführung in die Applikationsentwicklung von Daniel Molkentin

C++ 编程书籍

英语

A Complete Guide to Programming in C++

Suited for both complete novices and advanced users of C++. Takes a clear and logical approach using uncluttered English and purposeful examples. With examples and website content, it represents great value for the money and is highly recommended as both a tutorial for students and newcomers to C++ and a dip-in guide for more advanced practitioners. This book teaches you the C++ STL in a natural way while learning C++, while many others relegate the STL to an appendix.

见于: Amazon

Problem Solving, Abstraction, and Design Using C++

This book presents introductory programming material. Only the features of C++ that are appropriate to introductory concepts are introduced. Object-oriented concepts are presented. Abstraction is stressed throughout the book and pointers are presented in a gradual and gentle fashion for easier learning.

见于: Amazon

Thinking in C++

The effective presentation, along with dozens of helpful code examples, make this book a standout. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using today's Standard C++, but without getting bogged down in excessive detail.

见于: Amazon
见于: Fatbrain

Accelerated C++: Practical Programming by Example

If you don't have a lot of time, but still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That's the approach that's offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.

见于: Amazon

Effective C++: 50 Specific Ways to Improve Your Programs and Design

由KDE的核心开发员强力推荐!它不是一本语法书,所以这不应该成为你第一本C++的书,但绝对应该是第二!此书侧重于基本的C++和面向对象编程技术。任何一个C++新手都该读的关键一书。

第二版见于: Amazon
第三版见于: Amazon

More Effective C++: 35 New Ways to Improve Your Programs and Designs

From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that's just plain better. For programmers at the intermediate level and above.

见于: Amazon

C++ FAQs

This book answers all the questions one can imagine about C++. The author explains the reasoning and principals behind good OO design in a simple and well informed manner. See also the free online C++ FAQ LITE. If you like the online lite version, you will be ecstatic about the printed book version because it covers much more.

见于: Amazon

C++ Annotations

This online book is intended for knowledgeable users of C who would like to make the transition to C++. It is a guide for C++ programming courses given at the University of Groningen, Netherlands. As such, the book is not a complete C++ handbook. Rather, it serves as an addition to other documentation sources.

见于: Amazon

The C++ Programming Language

By Bjarne Stroustrup, the creator of C++. This book is not for people who do not have programming experience in C++ already. This is not a ground up tutorial on how to program in C++, and it is not a fast read. What this book is, however, is probably the best reference book on C++ in existance.

见于: Amazon

其它书籍

Books on GUI design

Trolltech推荐的关于图形界面设计书籍。

历史

KDE 2.0 Development

A 540 page book available online and in print. Covers KParts, DCOP, aRts, KDevelop, licensing, introductory programming, and other topics. The support site has the full text in various formats along with community annotation and discussion of KDE development. This book is as close to an Official Book by the KDE Project as possible. All authors and technical editors are KDE developers.

IRC 通道

通常, 下面的IRC通道连在FreeNode上。连到irc.kde.org上,具体查看下。

新闻组

论坛

事件

课程和认证

音频视频资料

代码仓库