Free e-books for Programming is The Best Place You Can Download e-books for programming.
Check out our collection and download free e-books immediately.
You will find always on this blog several free ebooks on programming.
.NET 2.0 for Delphi Programmers explores .NET from a Delphi programmer's viewpoint, and it is ideal for Delphi programmers moving to .NET. It presents the core concepts of the .NET world in terms you are familiar with. This book will help you with Delphi for .NET as well as C#. Apress publishes migration books for both VB 6 and C programmers moving to .NET. Consider this the Delphi installment of Apress migration books! There is ample coverage of C# as well as Delphi for .NET inside this newest addition.
Delphi Developer's Guide to XML (Wordware Delphi Developer's Library)
Book Description:
This XML guide explains how to apply the power and flexibility of Delphi to XML, and provides a solid introduction to the technologies that make up XML and its related specifications.
The Delphi 5 Developer's Guide is a complete reference showing developers what they need to know most about Delphi 5. The text begins with a tour of Delphi 5 basics, including improvements since version 1. After observing object-oriented Pascal programming, including advanced language features, the authors turn to the strengths of using the Visual Component Library (VCL) application frameworks. They include several invaluable sections for corporate developers, including a "coding standards" document. Sections on combining VCL with ActiveX controls round out the basic tour. Advanced topics include graphics programming, building dynamic link-libraries (DLLs), printing, and multithreading.
Borland(r) Delphi 6 Developer's Guide is a new edition of the #1 best-selling Delphi book by authors Steve Teixeira and Xavier Pacheco. Steve and Xavier are of the winners of the Delphi Informant Reader's Choice Award for both Delphi 4 Developer's Guide and Delphi 5 Developer's Guide.
Borland(r) Delphi 6 Developer's Guide is completely updated for Delphi 6 and includes in-depth coverage on Borland's new CLX architecture, DBExpress Applications, SOAP, CORBA, WebSnap and BizSnap features. It continues as a complete reference and authoritative guide to the newest version of Delphi
This book provides expert knowledge of both Delphi and. NET with the same, practicable and real-world solutions approach used in previous Delphi Developer's Guides. Delphi for .NET Developer's Guide is a new edition of the #1 Delphi book by authors Xavier Pacheco and Steve Teixeira. This newest edition is completely updated for Delphi using the .NET Framework and includes in-depth coverage on Borland's new CLX architecture, DBExpress Applications, SOAP, CORBA, WebSnap and BizSnap features. It continues as a complete reference and authoritative guide to the newest version of Delphi. Additional topics covered include: The .NET Framework; Programs, Units, and Namespaces;.NET Security Custom WinForms Controls; Memory Management and Garbage Collection; COM and COM Interoperability; ADO.NET, ASP.NET and Web Services.
Delphi Graphics and Game Programming Exposed! with DirectX is a comprehensive reference describing high-performance graphics and game programming techniques in the Delphi development environment. Author John Ayres begins with a discussion of basic game programming and graphics concepts, and moves quickly into an introduction of DirectX, which gives Delphi developers a high-performance interface to system-level hardware while maintaining the benefits of the Windows operating system. Palettes, sprite animation, collision detection, and sound and music are also discussed.
In addition the book includes a complete example game illustrating the different techniques discussed throughout, an appendix explaining how to use DirectSetup for installing DirectX, and a glossary of common words and phrases used in the game programming industry.
The heart of this book is its reference sections on built-in Delphi language features and other useful information on this development tool. Each entry has a guide to syntax, a description of all parameters and return values, and code samples, plus many entries feature `tricks and tips` with additional information.
The aim of this book is to teach cross-platform database programming to Delphi 6 or Kylix programmers. The book will assume the reader has a basic understanding of databases, such as what tables, rows, columns, fields, indexes, etc. are. It will also assume the reader has a working knowledge of Delphi and/or Kylix. A thorough investigation of cross-platform database development using dbExpress will follow the introduction. Eric will cover topics ranging from setting up a database connection to single- and multi-tiered database applications. Along the way, he will present code snippets and small sample applications to illustrate the points being made. Also, a complete database application will be presented which will compile and run under either Delphi or Kylix, and will contain such discussed features as disconnected datasets.
Starting with a detailed description of Delphi and C languages, this book covers the essential topics such as conditions, loops, strings and arrays, procedures and functions, file I/O, and pointers and gives an introduction to OOP before venturing into
Still the Best Delphi Resource-Now Fully Updated and Expanded
Whether you're new to Delphi or just making the move from an earlier version, Mastering Delphi 7 is the one resource you can't do without. Practical, tutorial-based coverage helps you master essential techniques in database, client-server, and Internet programming. And the insights of renowned authority Marco Cantù give you the necessary knowledge to take advantage of what's new to Delphi 7-particularly its support for .NET. Coverage includes:
Creating visual web applications with IntraWeb Writing sockets-based applications with Indy Creating data-aware controls and custom dataset components Creating database applications using ClientDataSet and dbExpress Building client-server applications using InterBase Interfacing with Microsoft's ADO Programming for a multi-tiered application architecture Taking advantage of Delphi's support for COM, OLE Automation, and COM+ Taking advantage of Delphi's XML and SOAP support Implementing Internet protocols in your Delphi app Creating UML class diagrams using ModelMaker Visually preparing reports using RAVE Using the Delphi language to create your first .NET programs
Discover Object Pascal, the basis for Borland's Delphi 6 development environment, and get togrips with it quickly. Addison-Wesley's Nitty Gritty Delphi 6 leads you right to the core ofDelphi. The author, Frank Eller, tells you about the most important classes and components.Thanks to the many examples in the practical section, you will quickly be able to understandhow things are done and how the different elements of Delphi work together, before putting theminto practice yourself.
ams Teach Yourself C++ Programming for Linux in 21 Days teaches you the C++ programming language using the Linux operating system. You will gain a thorough understanding of the basics of C++ programming from a Linux perspective. The Bonus Week includes topics such as XWindows, KDE with QT toolkit, APE Class Library, and Real -time Middleware.TEACH YOURSELF C++ FOR LINUX IN 21 DAYS, while it may seem the ideal book to the budding Linux programmer because of its size, is a poor book for the beginner, and indeed for most programmers hoping to use C++. The book is a so-so introduction to C++ the language, but doesnýt offer any useful Linux-specific information (if you want to program in Linux, you probably already know what vi and emacs are, and how to open a command-line). The CD-ROM, containing a distribution of Mandrake Linux, is three years old and thus already ancient compared to todayýs Linux scene.
Developer's Guide to Delphi Communications is another addition to the highly successful Delphi series from Wordware. This is the only title on the market that provides a comprehensive overview to the communications capability of Delphi relative to the major communications protocols, such as TCP/IP, MAPI, SMTP, and HTTP.
The Tomes of Delphi: Algorithms and Data Structures
Book Description:
Delphi developer Julian Bucknall provides fellow developers a comprehensive overview of using algorithms and data structures from a practical perspective. Bucknall begins with a discussion of algorithm performance, and provides comprehensive coverage of such topics as arrays, linked lists, and binary trees. The book focuses on search algorithms—such as sequential and binary search—and sort algorithms—including bubble, insertion, Shell sort, quicksort, merge sort, and heapsort—along with techniques for optimization. Additionally, the author presents hashing and hash tables, priority queues, state machines and regular expressions, and data compression techniques such as Huffman and LZ77.
Tomes of Delphi Win32 Core API Windows 2000 Edition
Book Description:
The Tomes of Delphi 3: Win32 Core API, the first book in Wordware’s best-selling Tomes of Delphi series, has been updated and revised for Windows 2000. This new edition is the most accessible and definitive reference to 32-bit versions of Delphi, providing an accurate and comprehensive guide to the Microsoft Windows application programming interface. The Tomes of Delphi: Win32 Core API— Windows 2000 Edition covers the most common Windows API functions, from window creation and message processing functions to memory management and text output functions. Each function entry includes the syntax, a description of what the function does, a list and description of parameters, acceptable constant values, return values, cross-references to related functions, and an example of its use in Delphi’s Object Pascal. Whether you’re an experienced Delphi programmer with a working knowledge of Windows programming or an intermediate Delphi programmer, this book will help you to extend the functionality of Delphi components and objects, and demonstrate what the Win32 API can do for you.
Another title in the successful Wordware Tomes series targeted for advanced Delphi programmers and developers that provides state-of-the-art coverage of Delphi as a database development tool.
0 commentaires:
Enregistrer un commentaire