Monday, January 19, 2009

Crystal Reports 10 or Beyond the C Standard Library

Crystal Reports 10: The Complete Reference

Author: George K Peck

Produce winning presentations and reports with expert advice from this definitive guide. Discover vital tips on how to best utilize Crystal Reports’ features to analyze data, and build professional, complex, and effective reports. Find the entire spectrum of user knowledge—from advice for new users on how to develop, design, and build a simple report, to in-depth information on complex features such as Crystal Server Pages and integrating Crystal Reports into Visual Basic.NET programs.

GEORGE PECK (Evergreen, CO) is a seasoned consultant and trainer, specializing in Crystal Reports, Crystal Enterprise, and their integration into custom Windows and Web products. He has authored four best-selling editions of Crystal Reports: The Complete Reference.



Table of Contents:
1Getting the feel of crystal reports 103
2Enhancing appearance with text objects29
3Sorting and grouping37
4Creating geographic maps65
5Using formulas79
6Creating custom functions141
7The repository157
8Analyzing with advanced selection criteria177
9Making your reports visually appealing191
10Using sections and areas219
11Analyzing with cross-tabs245
12Creating charts269
13Using subreports301
14Viewer interaction with parameter fields321
15Exporting reports349
16Reporting from SQL databases363
17Creating and using business views411
18Accommodating database changes and field mapping489
19Reporting from OLAP cubes499
20Reporting from proprietary data types523
21Crystal reports web alternatives547
22Crystal reports with ASP and ASP.NET567
23Crystal reports with Java635
24Introduction to crystal enterprise661
25Using the crystal launchpad and web desktop677
26Administering crystal enterprise719
27Integrating crystal reports with visual basic807
28Crystal reports with visual studio .NET877

New interesting textbook: Simple French Cookery or Wine

Beyond the C++ Standard Library: An Introduction to Boost

Author: Bjorn Karlsson

Preface

Dear Reader,

Welcome to Beyond the C++ Standard Library: An Introduction to Boost.

If you are interested in generic programming, library design, and the C++ Standard Library, this book is for you. Because the intended audience for the book is intermediate to advanced C++ programmers, there is little coverage of basic C++ concepts. As the title suggests, the focus of this book is on the Boost libraries—general usage, best practices, implementation techniques, and design rationale.

Almost from the day I discovered Boost, the people behind it, and the extraordinary libraries in it, I've wanted to write this book. It is amazing that a language as mature as C++ still offers room for exploration into higher-level abstractions as well as technical detail, all without requiring changes to the language. Of course, this is what sets C++ apart from many other programming languages: It is specifically and intentionally designed for extension, and the language's facilities for generic constructs are extremely powerful. This exploration is at the core of the Boost libraries and the Boost community itself. Boost is about making programming in C++ more elegant, more robust, and more productive. As discoveries are made and best practices are shaped, a great challenge faces the C++ community; to share this knowledge with others. In isolation, there is limited value to these remarkable findings, but when exposed to a larger audience, a whole industry will evolve.

This book shows how to use a selection of the wonderfully useful Boost libraries, teaches best practices for their use, and even goesbehind the scenes to see how they actually work. The Boost libraries' license grants permission to copy, use, and modify the software for any use (commercial and non-commercial), so all you need to do is visit boost.org and download the latest version.

For all the C++ Standard Library aficionados out there, it is well known that a new revision of the Standard Library is in progress. From a standardization point of view, there are three primary areas where the C++ Standard Library is likely to change:

  • Fixing broken libraries

  • Augmenting missing features to existing libraries

  • Adding libraries that provide functionality that is missing in the Standard Library

The Boost libraries address all of these areas in one way or another. Of the 12 libraries covered in this book, six have already been accepted for inclusion in the upcoming Library Technical Report, which means that they will most likely be part of the next version of the Standard Library. Thus, learning about these libraries has excellent long-term value. I hope that you will find this book to be a valuable tool for using, understanding, and extending the Boost libraries. From that vantage, you'll want to incorporate those libraries and the knowledge enshrined within them into your own designs and implementations. That's what I call reuse.

Thank you for reading.

Björn Karlsson

© Copyright Pearson Education. All rights reserved.



No comments:

Post a Comment